#96D8CC

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

Shades of Riptide #96D8CC

Tints of Riptide #96D8CC

Color information

#96D8CC (or 0x96D8CC) is unknown color: approx Riptide. HEX triplet: 96, D8 and CC. RGB value is (150,216,204). Sum of RGB (Red+Green+Blue) = 150+216+204=570 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.32% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 216 - color contains mainly: green. Hex color #96D8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D8CC is #692733. Grayscale: #C2C2C2. Windows color (decimal): -6891316 or 13424790. OLE color: 13424790.

HSL color Cylindrical-coordinate representation of color #96D8CC: hue angle of 169.09º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D8CC is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB150216204-
CMYK0.3100.060.15
HSL169.09º45.83%71.76%-
HSV(B)169.09º30.56%84.71%-
XYZ48.0359.9666.17-
YUV194.9133.1395.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.32%
GREEN value IS 216 (84.77% from 255) = 37.89%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=26.32%
G=37.89%
B=35.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502162040.3100.060.15169.0945.8371.76
Hex96D8CC1F06Fa92e48
Octal22633031437061725156110
Binary1001011011011000110011001111101101111101010011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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