#96DFCB

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

Shades of Riptide #96DFCB

Tints of Riptide #96DFCB

Color information

#96DFCB (or 0x96DFCB) is unknown color: approx Riptide. HEX triplet: 96, DF and CB. RGB value is (150,223,203). Sum of RGB (Red+Green+Blue) = 150+223+203=576 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.04% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFCB is #692034. Grayscale: #C6C6C6. Windows color (decimal): -6889525 or 13361046. OLE color: 13361046.

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

Color convert

RGB150223203-
CMYK0.3300.090.13
HSL163.56º53.28%73.14%-
HSV(B)163.56º32.74%87.45%-
XYZ49.7463.5766.15-
YUV198.89130.3293.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.04%
GREEN value IS 223 (87.5% from 255) = 38.72%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=26.04%
G=38.72%
B=35.24%

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
Decimal1502232030.3300.090.13163.5653.2873.14
Hex96DFCB2109Da43549
Octal226337313410111524465111
Binary100101101101111111001011100001010011101101001001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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