#96E5CC

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

Shades of Riptide #96E5CC

Tints of Riptide #96E5CC

Color information

#96E5CC (or 0x96E5CC) is unknown color: approx Riptide. HEX triplet: 96, E5 and CC. RGB value is (150,229,204). Sum of RGB (Red+Green+Blue) = 150+229+204=583 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.73% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 229 - color contains mainly: green. Hex color #96E5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E5CC is #691A33. Grayscale: #CACACA. Windows color (decimal): -6887988 or 13428118. OLE color: 13428118.

HSL color Cylindrical-coordinate representation of color #96E5CC: hue angle of 161.01º 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 #96E5CC is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB150229204-
CMYK0.3400.110.10
HSL161.01º60.31%74.31%-
HSV(B)161.01º34.5%89.8%-
XYZ51.566.8867.32-
YUV202.53128.8390.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.73%
GREEN value IS 229 (89.84% from 255) = 39.28%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=25.73%
G=39.28%
B=34.99%

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
Decimal1502292040.3400.110.10161.0160.3174.31
Hex96E5CC220BAa13c4a
Octal226345314420131224174112
Binary100101101110010111001100100010010111010101000011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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