#96E4CA

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

Shades of Riptide #96E4CA

Tints of Riptide #96E4CA

Color information

#96E4CA (or 0x96E4CA) is unknown color: approx Riptide. HEX triplet: 96, E4 and CA. RGB value is (150,228,202). Sum of RGB (Red+Green+Blue) = 150+228+202=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 228 (89.45% from 255 or 39.31% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 228 - color contains mainly: green. Hex color #96E4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E4CA is #691B35. Grayscale: #C9C9C9. Windows color (decimal): -6888246 or 13296790. OLE color: 13296790.

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

Color convert

RGB150228202-
CMYK0.3400.110.11
HSL160º59.09%74.12%-
HSV(B)160º34.21%89.41%-
XYZ50.9866.2465.97-
YUV201.71128.1691.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.86%
GREEN value IS 228 (89.45% from 255) = 39.31%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=25.86%
G=39.31%
B=34.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1502282020.3400.110.1116059.0974.12
Hex96E4CA220BBa03b4a
Octal226344312420131324073112
Binary100101101110010011001010100010010111011101000001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,228,202); }

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

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

 a { background-color: rgb(150,228,202); }

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

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

 span { border-color: rgb(150,228,202); }

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