Html Css Color HEX #96BCAF Shadow Green

📋 copy color: '#96BCAF'

red 150 ◦ green 188 ◦ blue 175

#96BCAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shadow Green #96BCAF

Tints of Shadow Green #96BCAF

RGB

 RED value IS 150 (58.98% from 255) = 29.24%

 GREEN value IS 188 (73.83% from 255) = 36.65%

 BLUE value IS 175 (68.75% from 255) = 34.11%

R = 29.24%
G = 36.65%
B = 34.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#96BCAF (or 0x96BCAF) is known color: Shadow Green. HEX triplet: 96, BC and AF. RGB value is (150,188,175). Sum of RGB (Red+Green+Blue) = 150+188+175=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #96BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BCAF is #694350. Grayscale: #AFAFAF. Windows color (decimal): -6898513 or 11517078. OLE color: 11517078.

HSL color Cylindrical-coordinate representation of color #96BCAF: hue angle of 159.47º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96BCAF is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 188 175 -
CMYK 0.20 0 0.07 0.26
HSL 159.47º 0.22% 0.66% -
HSV(B) 159.47º 0.2% 0.74% -
XYZ 38.3 45.55 47.33 -
YUV 175.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 150 188 175 0.20 0 0.07 0.26 159.47 0.22 0.66
Hex 96 BC AF 14 0 7 1A 9F 16 42
Octal 226 274 257 24 0 7 32 237 26 102
Binary 10010110 10111100 10101111 10100 0 111 11010 10011111 10110 1000010

Color Harmonies of #96BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCAF

Black with #96BCAF

Text Example


Text Example

White with #96BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96BCAF;
 }
 .AnyTagClassName
 {
   color: #96BCAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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