Shades of Shadow Green #96CAB8
Tints of Shadow Green #96CAB8
RGB
CMYK
RGB Variations
Color information
#96CAB8 (or 0x96CAB8) is known color: Shadow Green. HEX triplet: 96, CA and B8. RGB value is (150,202,184). Sum of RGB (Red+Green+Blue) = 150+202+184=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 202 - color contains mainly: green. Hex color #96CAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CAB8 is #693547. Grayscale: #B8B8B8. Windows color (decimal): -6894920 or 12110486. OLE color: 12110486.
HSL color Cylindrical-coordinate representation of color #96CAB8: hue angle of 159.23º 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 #96CAB8 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 202 | 184 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.21 |
| HSL | 159.23º | 0.33% | 0.69% | - |
| HSV(B) | 159.23º | 0.26% | 0.79% | - |
| XYZ | 42.35 | 52.19 | 53.19 | - |
| YUV | 184.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 184 | 0.26 | 0 | 0.09 | 0.21 | 159.23 | 0.33 | 0.69 |
| Hex | 96 | CA | B8 | 1A | 0 | 9 | 15 | 9F | 21 | 45 |
| Octal | 226 | 312 | 270 | 32 | 0 | 11 | 25 | 237 | 41 | 105 |
| Binary | 10010110 | 11001010 | 10111000 | 11010 | 0 | 1001 | 10101 | 10011111 | 100001 | 1000101 |
Color Harmonies of #96CAB8
Complementary color
Monochromatic Colors of #96CAB8
Black with #96CAB8
Text Example
Text Example
White with #96CAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CAB8; }
p { color: rgb(150,202,184); }
H1.HeaderClassName
{
color: #96CAB8;
}
.AnyTagClassName
{
color: #96CAB8;
}
</style>
background-color css
<style>
a { background-color: #96CAB8; }
a { background-color: rgb(150,202,184); }
div.DivClassName
{
background-color: #96CAB8;
}
.BgClassName
{
background-color: #96CAB8;
}
</style>
border-color css
<style>
span { border-color: #96CAB8; }
span { border-color: rgb(150,202,184); }
td.TdClassName
{
border-color: #96CAB8;
}
.TagClassName
{
border-color: #96CAB8;
}
</style>