#96DFCA

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

Shades of Riptide #96DFCA

Tints of Riptide #96DFCA

Color information

#96DFCA (or 0x96DFCA) is unknown color: approx Riptide. HEX triplet: 96, DF and CA. RGB value is (150,223,202). Sum of RGB (Red+Green+Blue) = 150+223+202=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFCA is #692035. Grayscale: #C6C6C6. Windows color (decimal): -6889526 or 13295510. OLE color: 13295510.

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

Color convert

RGB150223202-
CMYK0.3300.090.13
HSL162.74º53.28%73.14%-
HSV(B)162.74º32.74%87.45%-
XYZ49.6363.5265.52-
YUV198.78129.8293.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.09%
GREEN value IS 223 (87.5% from 255) = 38.78%
BLUE value IS 202 (79.30% from 255) = 35.13%
R=26.09%
G=38.78%
B=35.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502232020.3300.090.13162.7453.2873.14
Hex96DFCA2109Da33549
Octal226337312410111524365111
Binary100101101101111111001010100001010011101101000111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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