#96E0CD

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

Shades of Riptide #96E0CD

Tints of Riptide #96E0CD

Color information

#96E0CD (or 0x96E0CD) is unknown color: approx Riptide. HEX triplet: 96, E0 and CD. RGB value is (150,224,205). Sum of RGB (Red+Green+Blue) = 150+224+205=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 224 - color contains mainly: green. Hex color #96E0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E0CD is #691F32. Grayscale: #C7C7C7. Windows color (decimal): -6889267 or 13492374. OLE color: 13492374.

HSL color Cylindrical-coordinate representation of color #96E0CD: hue angle of 164.59º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96E0CD is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB150224205-
CMYK0.3300.080.12
HSL164.59º54.41%73.33%-
HSV(B)164.59º33.04%87.84%-
XYZ50.2564.267.5-
YUV199.71130.9892.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.91%
GREEN value IS 224 (87.89% from 255) = 38.69%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=25.91%
G=38.69%
B=35.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1502242050.3300.080.12164.5954.4173.33
Hex96E0CD2108Ca53649
Octal226340315410101424566111
Binary100101101110000011001101100001010001100101001011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,224,205); }

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

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

 a { background-color: rgb(150,224,205); }

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

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

 span { border-color: rgb(150,224,205); }

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