Shades of Shadow Green #96CAC1
Tints of Shadow Green #96CAC1
RGB
CMYK
RGB Variations
Color information
#96CAC1 (or 0x96CAC1) is known color: Shadow Green. HEX triplet: 96, CA and C1. RGB value is (150,202,193). Sum of RGB (Red+Green+Blue) = 150+202+193=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #96CAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CAC1 is #69353E. Grayscale: #B9B9B9. Windows color (decimal): -6894911 or 12700310. OLE color: 12700310.
HSL color Cylindrical-coordinate representation of color #96CAC1: hue angle of 169.62º 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 #96CAC1 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 202 | 193 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.21 |
| HSL | 169.62º | 0.33% | 0.69% | - |
| HSV(B) | 169.62º | 0.26% | 0.79% | - |
| XYZ | 43.32 | 52.58 | 58.32 | - |
| YUV | 185.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 193 | 0.26 | 0 | 0.04 | 0.21 | 169.62 | 0.33 | 0.69 |
| Hex | 96 | CA | C1 | 1A | 0 | 4 | 15 | AA | 21 | 45 |
| Octal | 226 | 312 | 301 | 32 | 0 | 4 | 25 | 252 | 41 | 105 |
| Binary | 10010110 | 11001010 | 11000001 | 11010 | 0 | 100 | 10101 | 10101010 | 100001 | 1000101 |
Color Harmonies of #96CAC1
Complementary color
Monochromatic Colors of #96CAC1
Black with #96CAC1
Text Example
Text Example
White with #96CAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CAC1; }
p { color: rgb(150,202,193); }
H1.HeaderClassName
{
color: #96CAC1;
}
.AnyTagClassName
{
color: #96CAC1;
}
</style>
background-color css
<style>
a { background-color: #96CAC1; }
a { background-color: rgb(150,202,193); }
div.DivClassName
{
background-color: #96CAC1;
}
.BgClassName
{
background-color: #96CAC1;
}
</style>
border-color css
<style>
span { border-color: #96CAC1; }
span { border-color: rgb(150,202,193); }
td.TdClassName
{
border-color: #96CAC1;
}
.TagClassName
{
border-color: #96CAC1;
}
</style>