#96DED2

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

Shades of Riptide #96DED2

Tints of Riptide #96DED2

Color information

#96DED2 (or 0x96DED2) is unknown color: approx Riptide. HEX triplet: 96, DE and D2. RGB value is (150,222,210). Sum of RGB (Red+Green+Blue) = 150+222+210=582 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.77% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 222 - color contains mainly: green. Hex color #96DED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DED2 is #69212D. Grayscale: #C7C7C7. Windows color (decimal): -6889774 or 13819542. OLE color: 13819542.

HSL color Cylindrical-coordinate representation of color #96DED2: hue angle of 170º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DED2 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB150222210-
CMYK0.3200.050.13
HSL170º52.17%72.94%-
HSV(B)170º32.43%87.06%-
XYZ50.3363.3870.55-
YUV199.1134.1592.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.77%
GREEN value IS 222 (87.11% from 255) = 38.14%
BLUE value IS 210 (82.42% from 255) = 36.08%
R=25.77%
G=38.14%
B=36.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502222100.3200.050.1317052.1772.94
Hex96DED22005Daa3449
Octal22633632240051525264111
Binary10010110110111101101001010000001011101101010101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96DED2; }

 p { color: rgb(150,222,210); }

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

<style>
 a { background-color: #96DED2; }

 a { background-color: rgb(150,222,210); }

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

<style>
 span { border-color: #96DED2; }

 span { border-color: rgb(150,222,210); }

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