Html Css Color HEX #96BCBA Shadow Green

📋 copy color: '#96BCBA'

red 150 ◦ green 188 ◦ blue 186

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

Shades of Shadow Green #96BCBA

Tints of Shadow Green #96BCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.5%

R = 28.63%
G = 35.88%
B = 35.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#96BCBA (or 0x96BCBA) is known color: Shadow Green. HEX triplet: 96, BC and BA. RGB value is (150,188,186). Sum of RGB (Red+Green+Blue) = 150+188+186=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #96BCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCBA is #694345. Grayscale: #B0B0B0. Windows color (decimal): -6898502 or 12237974. OLE color: 12237974.

HSL color Cylindrical-coordinate representation of color #96BCBA: hue angle of 176.84º 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 #96BCBA is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 188 186 -
CMYK 0.20 0 0.01 0.26
HSL 176.84º 0.22% 0.66% -
HSV(B) 176.84º 0.2% 0.74% -
XYZ 39.42 46 53.25 -
YUV 176.41 133.41 109.16 -
System Red Green Blue C M Y K H S L
Decimal 150 188 186 0.20 0 0.01 0.26 176.84 0.22 0.66
Hex 96 BC BA 14 0 1 1A B1 16 42
Octal 226 274 272 24 0 1 32 261 26 102
Binary 10010110 10111100 10111010 10100 0 1 11010 10110001 10110 1000010

Color Harmonies of #96BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCBA

Black with #96BCBA

Text Example


Text Example

White with #96BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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