#98DDCE

Color #98DDCE Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #98DDCE

Tints of Riptide #98DDCE

Color information

#98DDCE (or 0x98DDCE) is unknown color: approx Riptide. HEX triplet: 98, DD and CE. RGB value is (152,221,206). Sum of RGB (Red+Green+Blue) = 152+221+206=579 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.25% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DDCE is #672231. Grayscale: #C6C6C6. Windows color (decimal): -6758962 or 13557144. OLE color: 13557144.

HSL color Cylindrical-coordinate representation of color #98DDCE: hue angle of 166.96º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DDCE is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB152221206-
CMYK0.3100.070.13
HSL166.96º50.36%73.14%-
HSV(B)166.96º31.22%86.67%-
XYZ49.9562.8467.89-
YUV198.66132.1494.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.25%
GREEN value IS 221 (86.72% from 255) = 38.17%
BLUE value IS 206 (80.86% from 255) = 35.58%
R=26.25%
G=38.17%
B=35.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522212060.3100.070.13166.9650.3673.14
Hex98DDCE1F07Da73249
Octal23033531637071524762111
Binary1001100011011101110011101111101111101101001111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,221,206); }

 H1.HeaderClassName
 {
   color: #98DDCE;
 }
 .AnyTagClassName
 {
   color: #98DDCE;
 }
</style>
background-color css

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

 a { background-color: rgb(152,221,206); }

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

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

 span { border-color: rgb(152,221,206); }

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