#96DDCB

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

Shades of Riptide #96DDCB

Tints of Riptide #96DDCB

Color information

#96DDCB (or 0x96DDCB) is unknown color: approx Riptide. HEX triplet: 96, DD and CB. RGB value is (150,221,203). Sum of RGB (Red+Green+Blue) = 150+221+203=574 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.13% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DDCB is #692234. Grayscale: #C5C5C5. Windows color (decimal): -6890037 or 13360534. OLE color: 13360534.

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

Color convert

RGB150221203-
CMYK0.3200.080.13
HSL164.79º51.08%72.75%-
HSV(B)164.79º32.13%86.67%-
XYZ49.2162.5165.97-
YUV197.72130.9893.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.13%
GREEN value IS 221 (86.72% from 255) = 38.50%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=26.13%
G=38.50%
B=35.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502212030.3200.080.13164.7951.0872.75
Hex96DDCB2008Da53349
Octal226335313400101524563111
Binary100101101101110111001011100000010001101101001011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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