Shades of Shadow Green #90CAB7
Tints of Shadow Green #90CAB7
RGB
CMYK
RGB Variations
Color information
#90CAB7 (or 0x90CAB7) is known color: Shadow Green. HEX triplet: 90, CA and B7. RGB value is (144,202,183). Sum of RGB (Red+Green+Blue) = 144+202+183=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #90CAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CAB7 is #6F3548. Grayscale: #B6B6B6. Windows color (decimal): -7288137 or 12044944. OLE color: 12044944.
HSL color Cylindrical-coordinate representation of color #90CAB7: hue angle of 160.34º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CAB7 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 202 | 183 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.21 |
| HSL | 160.34º | 0.35% | 0.68% | - |
| HSV(B) | 160.34º | 0.29% | 0.79% | - |
| XYZ | 41.17 | 51.59 | 52.59 | - |
| YUV | 182.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 202 | 183 | 0.29 | 0 | 0.09 | 0.21 | 160.34 | 0.35 | 0.68 |
| Hex | 90 | CA | B7 | 1D | 0 | 9 | 15 | A0 | 23 | 44 |
| Octal | 220 | 312 | 267 | 35 | 0 | 11 | 25 | 240 | 43 | 104 |
| Binary | 10010000 | 11001010 | 10110111 | 11101 | 0 | 1001 | 10101 | 10100000 | 100011 | 1000100 |
Color Harmonies of #90CAB7
Complementary color
Monochromatic Colors of #90CAB7
Black with #90CAB7
Text Example
Text Example
White with #90CAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CAB7; }
p { color: rgb(144,202,183); }
H1.HeaderClassName
{
color: #90CAB7;
}
.AnyTagClassName
{
color: #90CAB7;
}
</style>
background-color css
<style>
a { background-color: #90CAB7; }
a { background-color: rgb(144,202,183); }
div.DivClassName
{
background-color: #90CAB7;
}
.BgClassName
{
background-color: #90CAB7;
}
</style>
border-color css
<style>
span { border-color: #90CAB7; }
span { border-color: rgb(144,202,183); }
td.TdClassName
{
border-color: #90CAB7;
}
.TagClassName
{
border-color: #90CAB7;
}
</style>