Html Css Color HEX #96C6C2 Shadow Green

📋 copy color: '#96C6C2'

red 150 ◦ green 198 ◦ blue 194

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

Shades of Shadow Green #96C6C2

Tints of Shadow Green #96C6C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.79%

R = 27.68%
G = 36.53%
B = 35.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#96C6C2 (or 0x96C6C2) is known color: Shadow Green. HEX triplet: 96, C6 and C2. RGB value is (150,198,194). Sum of RGB (Red+Green+Blue) = 150+198+194=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 198 - color contains mainly: green. Hex color #96C6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C6C2 is #69393D. Grayscale: #B7B7B7. Windows color (decimal): -6895934 or 12764822. OLE color: 12764822.

HSL color Cylindrical-coordinate representation of color #96C6C2: hue angle of 175º 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 #96C6C2 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 198 194 -
CMYK 0.24 0 0.02 0.22
HSL 175º 0.3% 0.68% -
HSV(B) 175º 0.24% 0.78% -
XYZ 42.51 50.77 58.6 -
YUV 183.19 134.1 104.33 -
System Red Green Blue C M Y K H S L
Decimal 150 198 194 0.24 0 0.02 0.22 175 0.3 0.68
Hex 96 C6 C2 18 0 2 16 AF 1E 44
Octal 226 306 302 30 0 2 26 257 36 104
Binary 10010110 11000110 11000010 11000 0 10 10110 10101111 11110 1000100

Color Harmonies of #96C6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C6C2

Black with #96C6C2

Text Example


Text Example

White with #96C6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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