Shades of Shadow Green #90C0B5
Tints of Shadow Green #90C0B5
RGB
CMYK
RGB Variations
Color information
#90C0B5 (or 0x90C0B5) is known color: Shadow Green. HEX triplet: 90, C0 and B5. RGB value is (144,192,181). Sum of RGB (Red+Green+Blue) = 144+192+181=517 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.85% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #90C0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C0B5 is #6F3F4A. Grayscale: #B0B0B0. Windows color (decimal): -7290699 or 11911312. OLE color: 11911312.
HSL color Cylindrical-coordinate representation of color #90C0B5: hue angle of 166.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90C0B5 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 192 | 181 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.25 |
| HSL | 166.25º | 0.28% | 0.66% | - |
| HSV(B) | 166.25º | 0.25% | 0.75% | - |
| XYZ | 38.69 | 46.96 | 50.74 | - |
| YUV | 176.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 181 | 0.25 | 0 | 0.06 | 0.25 | 166.25 | 0.28 | 0.66 |
| Hex | 90 | C0 | B5 | 19 | 0 | 6 | 19 | A6 | 1C | 42 |
| Octal | 220 | 300 | 265 | 31 | 0 | 6 | 31 | 246 | 34 | 102 |
| Binary | 10010000 | 11000000 | 10110101 | 11001 | 0 | 110 | 11001 | 10100110 | 11100 | 1000010 |
Color Harmonies of #90C0B5
Complementary color
Monochromatic Colors of #90C0B5
Black with #90C0B5
Text Example
Text Example
White with #90C0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C0B5; }
p { color: rgb(144,192,181); }
H1.HeaderClassName
{
color: #90C0B5;
}
.AnyTagClassName
{
color: #90C0B5;
}
</style>
background-color css
<style>
a { background-color: #90C0B5; }
a { background-color: rgb(144,192,181); }
div.DivClassName
{
background-color: #90C0B5;
}
.BgClassName
{
background-color: #90C0B5;
}
</style>
border-color css
<style>
span { border-color: #90C0B5; }
span { border-color: rgb(144,192,181); }
td.TdClassName
{
border-color: #90C0B5;
}
.TagClassName
{
border-color: #90C0B5;
}
</style>