#96DDCC

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

Shades of Riptide #96DDCC

Tints of Riptide #96DDCC

Color information

#96DDCC (or 0x96DDCC) is unknown color: approx Riptide. HEX triplet: 96, DD and CC. RGB value is (150,221,204). Sum of RGB (Red+Green+Blue) = 150+221+204=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DDCC is #692233. Grayscale: #C5C5C5. Windows color (decimal): -6890036 or 13426070. OLE color: 13426070.

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

Color convert

RGB150221204-
CMYK0.3200.080.13
HSL165.63º51.08%72.75%-
HSV(B)165.63º32.13%86.67%-
XYZ49.3362.5666.6-
YUV197.83131.4893.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.09%
GREEN value IS 221 (86.72% from 255) = 38.43%
BLUE value IS 204 (80.08% from 255) = 35.48%
R=26.09%
G=38.43%
B=35.48%

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
Decimal1502212040.3200.080.13165.6351.0872.75
Hex96DDCC2008Da63349
Octal226335314400101524663111
Binary100101101101110111001100100000010001101101001101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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