Shades of Shadow Green #90C2B7
Tints of Shadow Green #90C2B7
RGB
CMYK
RGB Variations
Color information
#90C2B7 (or 0x90C2B7) is known color: Shadow Green. HEX triplet: 90, C2 and B7. RGB value is (144,194,183). Sum of RGB (Red+Green+Blue) = 144+194+183=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #90C2B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C2B7 is #6F3D48. Grayscale: #B1B1B1. Windows color (decimal): -7290185 or 12042896. OLE color: 12042896.
HSL color Cylindrical-coordinate representation of color #90C2B7: hue angle of 166.8º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90C2B7 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 194 | 183 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.24 |
| HSL | 166.8º | 0.29% | 0.66% | - |
| HSV(B) | 166.8º | 0.26% | 0.76% | - |
| XYZ | 39.34 | 47.93 | 51.98 | - |
| YUV | 177.8 | 130.94 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 194 | 183 | 0.26 | 0 | 0.06 | 0.24 | 166.8 | 0.29 | 0.66 |
| Hex | 90 | C2 | B7 | 1A | 0 | 6 | 18 | A7 | 1D | 42 |
| Octal | 220 | 302 | 267 | 32 | 0 | 6 | 30 | 247 | 35 | 102 |
| Binary | 10010000 | 11000010 | 10110111 | 11010 | 0 | 110 | 11000 | 10100111 | 11101 | 1000010 |
Color Harmonies of #90C2B7
Complementary color
Monochromatic Colors of #90C2B7
Black with #90C2B7
Text Example
Text Example
White with #90C2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C2B7; }
p { color: rgb(144,194,183); }
H1.HeaderClassName
{
color: #90C2B7;
}
.AnyTagClassName
{
color: #90C2B7;
}
</style>
background-color css
<style>
a { background-color: #90C2B7; }
a { background-color: rgb(144,194,183); }
div.DivClassName
{
background-color: #90C2B7;
}
.BgClassName
{
background-color: #90C2B7;
}
</style>
border-color css
<style>
span { border-color: #90C2B7; }
span { border-color: rgb(144,194,183); }
td.TdClassName
{
border-color: #90C2B7;
}
.TagClassName
{
border-color: #90C2B7;
}
</style>