#96DBC7

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

Shades of Riptide #96DBC7

Tints of Riptide #96DBC7

Color information

#96DBC7 (or 0x96DBC7) is unknown color: approx Riptide. HEX triplet: 96, DB and C7. RGB value is (150,219,199). Sum of RGB (Red+Green+Blue) = 150+219+199=568 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.41% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DBC7 is #692438. Grayscale: #C4C4C4. Windows color (decimal): -6890553 or 13097878. OLE color: 13097878.

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

Color convert

RGB150219199-
CMYK0.3200.090.14
HSL162.61º48.94%72.35%-
HSV(B)162.61º31.51%85.88%-
XYZ48.2261.2763.32-
YUV196.09129.6495.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.41%
GREEN value IS 219 (85.94% from 255) = 38.56%
BLUE value IS 199 (78.12% from 255) = 35.04%
R=26.41%
G=38.56%
B=35.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502191990.3200.090.14162.6148.9472.35
Hex96DBC72009Ea33148
Octal226333307400111624361110
Binary100101101101101111000111100000010011110101000111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,219,199); }

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

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

 a { background-color: rgb(150,219,199); }

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

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

 span { border-color: rgb(150,219,199); }

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