#96DFD2

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

Shades of Riptide #96DFD2

Tints of Riptide #96DFD2

Color information

#96DFD2 (or 0x96DFD2) is unknown color: approx Riptide. HEX triplet: 96, DF and D2. RGB value is (150,223,210). Sum of RGB (Red+Green+Blue) = 150+223+210=583 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.73% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFD2 is #69202D. Grayscale: #C7C7C7. Windows color (decimal): -6889518 or 13819798. OLE color: 13819798.

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

Color convert

RGB150223210-
CMYK0.3300.060.13
HSL169.32º53.28%73.14%-
HSV(B)169.32º32.74%87.45%-
XYZ50.663.9170.64-
YUV199.69133.8292.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.73%
GREEN value IS 223 (87.5% from 255) = 38.25%
BLUE value IS 210 (82.42% from 255) = 36.02%
R=25.73%
G=38.25%
B=36.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502232100.3300.060.13169.3253.2873.14
Hex96DFD22106Da93549
Octal22633732241061525165111
Binary10010110110111111101001010000101101101101010011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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