Html Css Color HEX #98DAC5 Riptide

📋 copy color: '#98DAC5'

red 152 ◦ green 218 ◦ blue 197

#98DAC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Riptide #98DAC5

Tints of Riptide #98DAC5

RGB

 RED value IS 152 (59.77% from 255) = 26.81%

 GREEN value IS 218 (85.55% from 255) = 38.45%

 BLUE value IS 197 (77.34% from 255) = 34.74%

R = 26.81%
G = 38.45%
B = 34.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#98DAC5 (or 0x98DAC5) is known color: Riptide. HEX triplet: 98, DA and C5. RGB value is (152,218,197). Sum of RGB (Red+Green+Blue) = 152+218+197=567 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.81% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 218 - color contains mainly: green. Hex color #98DAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DAC5 is #67253A. Grayscale: #C3C3C3. Windows color (decimal): -6759739 or 12966552. OLE color: 12966552.

HSL color Cylindrical-coordinate representation of color #98DAC5: hue angle of 160.91º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98DAC5 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 218 197 -
CMYK 0.30 0 0.10 0.15
HSL 160.91º 0.47% 0.73% -
HSV(B) 160.91º 0.3% 0.85% -
XYZ 48.1 60.85 62.03 -
YUV 195.87 128.63 96.71 -
System Red Green Blue C M Y K H S L
Decimal 152 218 197 0.30 0 0.10 0.15 160.91 0.47 0.73
Hex 98 DA C5 1E 0 A F A1 2F 49
Octal 230 332 305 36 0 12 17 241 57 111
Binary 10011000 11011010 11000101 11110 0 1010 1111 10100001 101111 1001001

Color Harmonies of #98DAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DAC5

Black with #98DAC5

Text Example


Text Example

White with #98DAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98DAC5; }

 p { color: rgb(152,218,197); }

 H1.HeaderClassName
 {
   color: #98DAC5;
 }
 .AnyTagClassName
 {
   color: #98DAC5;
 }
</style>

background-color css

<style>
 a { background-color: #98DAC5; }

 a { background-color: rgb(152,218,197); }

 div.DivClassName
 {
   background-color: #98DAC5;
 }
 .BgClassName
 {
   background-color: #98DAC5;
 }
</style>

border-color css

<style>
 span { border-color: #98DAC5; }

 span { border-color: rgb(152,218,197); }

 td.TdClassName
 {
   border-color: #98DAC5;
 }
 .TagClassName
 {
   border-color: #98DAC5;
 }
</style>