#96E5CB

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

Shades of Riptide #96E5CB

Tints of Riptide #96E5CB

Color information

#96E5CB (or 0x96E5CB) is unknown color: approx Riptide. HEX triplet: 96, E5 and CB. RGB value is (150,229,203). Sum of RGB (Red+Green+Blue) = 150+229+203=582 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.77% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 229 - color contains mainly: green. Hex color #96E5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E5CB is #691A34. Grayscale: #CACACA. Windows color (decimal): -6887989 or 13362582. OLE color: 13362582.

HSL color Cylindrical-coordinate representation of color #96E5CB: hue angle of 160.25º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E5CB is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB150229203-
CMYK0.3400.110.10
HSL160.25º60.31%74.31%-
HSV(B)160.25º34.5%89.8%-
XYZ51.3866.8366.69-
YUV202.42128.3390.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.77%
GREEN value IS 229 (89.84% from 255) = 39.35%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=25.77%
G=39.35%
B=34.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1502292030.3400.110.10160.2560.3174.31
Hex96E5CB220BAa03c4a
Octal226345313420131224074112
Binary100101101110010111001011100010010111010101000001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,229,203); }

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

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

 a { background-color: rgb(150,229,203); }

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

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

 span { border-color: rgb(150,229,203); }

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