Html Css Color HEX #96CAC0 Shadow Green

📋 copy color: '#96CAC0'

red 150 ◦ green 202 ◦ blue 192

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

Shades of Shadow Green #96CAC0

Tints of Shadow Green #96CAC0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.13%

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

R = 27.57%
G = 37.13%
B = 35.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#96CAC0 (or 0x96CAC0) is known color: Shadow Green. HEX triplet: 96, CA and C0. RGB value is (150,202,192). Sum of RGB (Red+Green+Blue) = 150+202+192=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #96CAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CAC0 is #69353F. Grayscale: #B9B9B9. Windows color (decimal): -6894912 or 12634774. OLE color: 12634774.

HSL color Cylindrical-coordinate representation of color #96CAC0: hue angle of 168.46º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CAC0 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 202 192 -
CMYK 0.26 0 0.05 0.21
HSL 168.46º 0.33% 0.69% -
HSV(B) 168.46º 0.26% 0.79% -
XYZ 43.21 52.53 57.73 -
YUV 185.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 150 202 192 0.26 0 0.05 0.21 168.46 0.33 0.69
Hex 96 CA C0 1A 0 5 15 A8 21 45
Octal 226 312 300 32 0 5 25 250 41 105
Binary 10010110 11001010 11000000 11010 0 101 10101 10101000 100001 1000101

Color Harmonies of #96CAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CAC0

Black with #96CAC0

Text Example


Text Example

White with #96CAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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