#96D7C0

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

Shades of Riptide #96D7C0

Tints of Riptide #96D7C0

Color information

#96D7C0 (or 0x96D7C0) is unknown color: approx Riptide. HEX triplet: 96, D7 and C0. RGB value is (150,215,192). Sum of RGB (Red+Green+Blue) = 150+215+192=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 215 (84.38% from 255 or 38.60% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 215 - color contains mainly: green. Hex color #96D7C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D7C0 is #69283F. Grayscale: #C0C0C0. Windows color (decimal): -6891584 or 12638102. OLE color: 12638102.

HSL color Cylindrical-coordinate representation of color #96D7C0: hue angle of 158.77º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D7C0 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB150215192-
CMYK0.3000.110.16
HSL158.77º44.83%71.57%-
HSV(B)158.77º30.23%84.31%-
XYZ46.3958.8958.79-
YUV192.94127.4797.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.93%
GREEN value IS 215 (84.38% from 255) = 38.60%
BLUE value IS 192 (75.39% from 255) = 34.47%
R=26.93%
G=38.60%
B=34.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502151920.3000.110.16158.7744.8371.57
Hex96D7C01E0B109f2d48
Octal226327300360132023755110
Binary100101101101011111000000111100101110000100111111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,215,192); }

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

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

 a { background-color: rgb(150,215,192); }

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

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

 span { border-color: rgb(150,215,192); }

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