Html Css Color HEX #98DCC9 Riptide

📋 copy color: '#98DCC9'

red 152 ◦ green 220 ◦ blue 201

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

Shades of Riptide #98DCC9

Tints of Riptide #98DCC9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.39%

 BLUE value IS 201 (78.91% from 255) = 35.08%

R = 26.53%
G = 38.39%
B = 35.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#98DCC9 (or 0x98DCC9) is known color: Riptide. HEX triplet: 98, DC and C9. RGB value is (152,220,201). Sum of RGB (Red+Green+Blue) = 152+220+201=573 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.53% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DCC9 is #672336. Grayscale: #C5C5C5. Windows color (decimal): -6759223 or 13229208. OLE color: 13229208.

HSL color Cylindrical-coordinate representation of color #98DCC9: hue angle of 163.24º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DCC9 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 220 201 -
CMYK 0.31 0 0.09 0.14
HSL 163.24º 0.49% 0.73% -
HSV(B) 163.24º 0.31% 0.86% -
XYZ 49.08 62.08 64.65 -
YUV 197.5 129.97 95.54 -
System Red Green Blue C M Y K H S L
Decimal 152 220 201 0.31 0 0.09 0.14 163.24 0.49 0.73
Hex 98 DC C9 1F 0 9 E A3 31 49
Octal 230 334 311 37 0 11 16 243 61 111
Binary 10011000 11011100 11001001 11111 0 1001 1110 10100011 110001 1001001

Color Harmonies of #98DCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DCC9

Black with #98DCC9

Text Example


Text Example

White with #98DCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,220,201); }

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

background-color css

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

 a { background-color: rgb(152,220,201); }

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

border-color css

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

 span { border-color: rgb(152,220,201); }

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