#96DFCF

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

Shades of Riptide #96DFCF

Tints of Riptide #96DFCF

Color information

#96DFCF (or 0x96DFCF) is unknown color: approx Riptide. HEX triplet: 96, DF and CF. RGB value is (150,223,207). Sum of RGB (Red+Green+Blue) = 150+223+207=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFCF is #692030. Grayscale: #C7C7C7. Windows color (decimal): -6889521 or 13623190. OLE color: 13623190.

HSL color Cylindrical-coordinate representation of color #96DFCF: hue angle of 166.85º 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 #96DFCF is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB150223207-
CMYK0.3300.070.13
HSL166.85º53.28%73.14%-
HSV(B)166.85º32.74%87.45%-
XYZ50.2363.7668.69-
YUV199.35132.3292.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.86%
GREEN value IS 223 (87.5% from 255) = 38.45%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=25.86%
G=38.45%
B=35.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502232070.3300.070.13166.8553.2873.14
Hex96DFCF2107Da73549
Octal22633731741071524765111
Binary10010110110111111100111110000101111101101001111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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