Html Css Color HEX #98DAC6 Riptide

📋 copy color: '#98DAC6'

red 152 ◦ green 218 ◦ blue 198

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

Shades of Riptide #98DAC6

Tints of Riptide #98DAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.86%

R = 26.76%
G = 38.38%
B = 34.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#98DAC6 (or 0x98DAC6) is known color: Riptide. HEX triplet: 98, DA and C6. RGB value is (152,218,198). Sum of RGB (Red+Green+Blue) = 152+218+198=568 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.76% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 218 - color contains mainly: green. Hex color #98DAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DAC6 is #672539. Grayscale: #C4C4C4. Windows color (decimal): -6759738 or 13032088. OLE color: 13032088.

HSL color Cylindrical-coordinate representation of color #98DAC6: hue angle of 161.82º 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 #98DAC6 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 218 198 -
CMYK 0.30 0 0.09 0.15
HSL 161.82º 0.47% 0.73% -
HSV(B) 161.82º 0.3% 0.85% -
XYZ 48.21 60.9 62.64 -
YUV 195.99 129.13 96.63 -
System Red Green Blue C M Y K H S L
Decimal 152 218 198 0.30 0 0.09 0.15 161.82 0.47 0.73
Hex 98 DA C6 1E 0 9 F A2 2F 49
Octal 230 332 306 36 0 11 17 242 57 111
Binary 10011000 11011010 11000110 11110 0 1001 1111 10100010 101111 1001001

Color Harmonies of #98DAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DAC6

Black with #98DAC6

Text Example


Text Example

White with #98DAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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