Html Css Color HEX #96C0B3 Shadow Green

📋 copy color: '#96C0B3'

red 150 ◦ green 192 ◦ blue 179

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

Shades of Shadow Green #96C0B3

Tints of Shadow Green #96C0B3

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.85%

 BLUE value IS 179 (70.31% from 255) = 34.36%

R = 28.79%
G = 36.85%
B = 34.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#96C0B3 (or 0x96C0B3) is known color: Shadow Green. HEX triplet: 96, C0 and B3. RGB value is (150,192,179). Sum of RGB (Red+Green+Blue) = 150+192+179=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 192 - color contains mainly: green. Hex color #96C0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C0B3 is #693F4C. Grayscale: #B1B1B1. Windows color (decimal): -6897485 or 11780246. OLE color: 11780246.

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

Color convert

RGB 150 192 179 -
CMYK 0.22 0 0.07 0.25
HSL 161.43º 0.25% 0.67% -
HSV(B) 161.43º 0.22% 0.75% -
XYZ 39.56 47.44 49.72 -
YUV 177.96 128.59 108.06 -
System Red Green Blue C M Y K H S L
Decimal 150 192 179 0.22 0 0.07 0.25 161.43 0.25 0.67
Hex 96 C0 B3 16 0 7 19 A1 19 43
Octal 226 300 263 26 0 7 31 241 31 103
Binary 10010110 11000000 10110011 10110 0 111 11001 10100001 11001 1000011

Color Harmonies of #96C0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C0B3

Black with #96C0B3

Text Example


Text Example

White with #96C0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,192,179); }

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

background-color css

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

 a { background-color: rgb(150,192,179); }

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

border-color css

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

 span { border-color: rgb(150,192,179); }

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