Html Css Color HEX #96C5C0 Shadow Green

📋 copy color: '#96C5C0'

red 150 ◦ green 197 ◦ blue 192

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

Shades of Shadow Green #96C5C0

Tints of Shadow Green #96C5C0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.55%

 BLUE value IS 192 (75.39% from 255) = 35.62%

R = 27.83%
G = 36.55%
B = 35.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#96C5C0 (or 0x96C5C0) is known color: Shadow Green. HEX triplet: 96, C5 and C0. RGB value is (150,197,192). Sum of RGB (Red+Green+Blue) = 150+197+192=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 197 - color contains mainly: green. Hex color #96C5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C5C0 is #693A3F. Grayscale: #B6B6B6. Windows color (decimal): -6896192 or 12633494. OLE color: 12633494.

HSL color Cylindrical-coordinate representation of color #96C5C0: hue angle of 173.62º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C5C0 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 197 192 -
CMYK 0.24 0 0.03 0.23
HSL 173.62º 0.29% 0.68% -
HSV(B) 173.62º 0.24% 0.77% -
XYZ 42.06 50.22 57.35 -
YUV 182.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 150 197 192 0.24 0 0.03 0.23 173.62 0.29 0.68
Hex 96 C5 C0 18 0 3 17 AE 1D 44
Octal 226 305 300 30 0 3 27 256 35 104
Binary 10010110 11000101 11000000 11000 0 11 10111 10101110 11101 1000100

Color Harmonies of #96C5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C5C0

Black with #96C5C0

Text Example


Text Example

White with #96C5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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