#96DCCB

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

Shades of Riptide #96DCCB

Tints of Riptide #96DCCB

Color information

#96DCCB (or 0x96DCCB) is unknown color: approx Riptide. HEX triplet: 96, DC and CB. RGB value is (150,220,203). Sum of RGB (Red+Green+Blue) = 150+220+203=573 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.18% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCCB is #692334. Grayscale: #C5C5C5. Windows color (decimal): -6890293 or 13360278. OLE color: 13360278.

HSL color Cylindrical-coordinate representation of color #96DCCB: hue angle of 165.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DCCB is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB150220203-
CMYK0.3200.080.14
HSL165.43º50%72.55%-
HSV(B)165.43º31.82%86.27%-
XYZ48.9561.9865.88-
YUV197.13131.3194.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.18%
GREEN value IS 220 (86.33% from 255) = 38.39%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=26.18%
G=38.39%
B=35.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502202030.3200.080.14165.435072.55
Hex96DCCB2008Ea53249
Octal226334313400101624562111
Binary100101101101110011001011100000010001110101001011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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