Html Css Color HEX #96C6BF Shadow Green

📋 copy color: '#96C6BF'

red 150 ◦ green 198 ◦ blue 191

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

Shades of Shadow Green #96C6BF

Tints of Shadow Green #96C6BF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.73%

 BLUE value IS 191 (75% from 255) = 35.44%

R = 27.83%
G = 36.73%
B = 35.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#96C6BF (or 0x96C6BF) is known color: Shadow Green. HEX triplet: 96, C6 and BF. RGB value is (150,198,191). Sum of RGB (Red+Green+Blue) = 150+198+191=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 198 - color contains mainly: green. Hex color #96C6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C6BF is #693940. Grayscale: #B6B6B6. Windows color (decimal): -6895937 or 12568214. OLE color: 12568214.

HSL color Cylindrical-coordinate representation of color #96C6BF: hue angle of 171.25º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C6BF is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 198 191 -
CMYK 0.24 0 0.04 0.22
HSL 171.25º 0.3% 0.68% -
HSV(B) 171.25º 0.24% 0.78% -
XYZ 42.18 50.63 56.84 -
YUV 182.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 150 198 191 0.24 0 0.04 0.22 171.25 0.3 0.68
Hex 96 C6 BF 18 0 4 16 AB 1E 44
Octal 226 306 277 30 0 4 26 253 36 104
Binary 10010110 11000110 10111111 11000 0 100 10110 10101011 11110 1000100

Color Harmonies of #96C6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C6BF

Black with #96C6BF

Text Example


Text Example

White with #96C6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,198,191); }

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

background-color css

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

 a { background-color: rgb(150,198,191); }

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

border-color css

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

 span { border-color: rgb(150,198,191); }

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