#96BEAF

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

Shades of Shadow Green #96BEAF

Tints of Shadow Green #96BEAF

Color information

#96BEAF (or 0x96BEAF) is unknown color: approx Shadow Green. HEX triplet: 96, BE and AF. RGB value is (150,190,175). Sum of RGB (Red+Green+Blue) = 150+190+175=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 190 - color contains mainly: green. Hex color #96BEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BEAF is #694150. Grayscale: #B0B0B0. Windows color (decimal): -6898001 or 11517590. OLE color: 11517590.

HSL color Cylindrical-coordinate representation of color #96BEAF: hue angle of 157.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BEAF is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB150190175-
CMYK0.2100.080.25
HSL157.5º23.53%66.67%-
HSV(B)157.5º21.05%74.51%-
XYZ38.7346.4147.47-
YUV176.33127.25109.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 190 (74.61% from 255) = 36.89%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=29.13%
G=36.89%
B=33.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501901750.2100.080.25157.523.5366.67
Hex96BEAF1508199e1843
Octal226276257250103123630103
Binary10010110101111101010111110101010001100110011110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,190,175); }

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

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

 a { background-color: rgb(150,190,175); }

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

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

 span { border-color: rgb(150,190,175); }

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