#96DCCC

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

Shades of Riptide #96DCCC

Tints of Riptide #96DCCC

Color information

#96DCCC (or 0x96DCCC) is unknown color: approx Riptide. HEX triplet: 96, DC and CC. RGB value is (150,220,204). Sum of RGB (Red+Green+Blue) = 150+220+204=574 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.13% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCCC is #692333. Grayscale: #C5C5C5. Windows color (decimal): -6890292 or 13425814. OLE color: 13425814.

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

Color convert

RGB150220204-
CMYK0.3200.070.14
HSL166.29º50%72.55%-
HSV(B)166.29º31.82%86.27%-
XYZ49.0762.0366.51-
YUV197.25131.8194.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.13%
GREEN value IS 220 (86.33% from 255) = 38.33%
BLUE value IS 204 (80.08% from 255) = 35.54%
R=26.13%
G=38.33%
B=35.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502202040.3200.070.14166.295072.55
Hex96DCCC2007Ea63249
Octal22633431440071624662111
Binary10010110110111001100110010000001111110101001101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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