#96CABC

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

Shades of Shadow Green #96CABC

Tints of Shadow Green #96CABC

Color information

#96CABC (or 0x96CABC) is unknown color: approx Shadow Green. HEX triplet: 96, CA and BC. RGB value is (150,202,188). Sum of RGB (Red+Green+Blue) = 150+202+188=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #96CABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CABC is #693543. Grayscale: #B8B8B8. Windows color (decimal): -6894916 or 12372630. OLE color: 12372630.

HSL color Cylindrical-coordinate representation of color #96CABC: hue angle of 163.85º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CABC is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB150202188-
CMYK0.2600.070.21
HSL163.85º32.91%69.02%-
HSV(B)163.85º25.74%79.22%-
XYZ42.7852.3655.43-
YUV184.86129.77103.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.78%
GREEN value IS 202 (79.30% from 255) = 37.41%
BLUE value IS 188 (73.83% from 255) = 34.81%
R=27.78%
G=37.41%
B=34.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502021880.2600.070.21163.8532.9169.02
Hex96CABC1A0715a42145
Octal22631227432072524441105
Binary10010110110010101011110011010011110101101001001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,202,188); }

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

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

 a { background-color: rgb(150,202,188); }

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

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

 span { border-color: rgb(150,202,188); }

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