Shades of Shadow Green #90C7BA
Tints of Shadow Green #90C7BA
RGB
CMYK
RGB Variations
Color information
#90C7BA (or 0x90C7BA) is known color: Shadow Green. HEX triplet: 90, C7 and BA. RGB value is (144,199,186). Sum of RGB (Red+Green+Blue) = 144+199+186=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 199 - color contains mainly: green. Hex color #90C7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C7BA is #6F3845. Grayscale: #B5B5B5. Windows color (decimal): -7288902 or 12240784. OLE color: 12240784.
HSL color Cylindrical-coordinate representation of color #90C7BA: hue angle of 165.82º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90C7BA is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 199 | 186 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.22 |
| HSL | 165.82º | 0.33% | 0.67% | - |
| HSV(B) | 165.82º | 0.28% | 0.78% | - |
| XYZ | 40.79 | 50.32 | 54.02 | - |
| YUV | 181.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 199 | 186 | 0.28 | 0 | 0.07 | 0.22 | 165.82 | 0.33 | 0.67 |
| Hex | 90 | C7 | BA | 1C | 0 | 7 | 16 | A6 | 21 | 43 |
| Octal | 220 | 307 | 272 | 34 | 0 | 7 | 26 | 246 | 41 | 103 |
| Binary | 10010000 | 11000111 | 10111010 | 11100 | 0 | 111 | 10110 | 10100110 | 100001 | 1000011 |
Color Harmonies of #90C7BA
Complementary color
Monochromatic Colors of #90C7BA
Black with #90C7BA
Text Example
Text Example
White with #90C7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C7BA; }
p { color: rgb(144,199,186); }
H1.HeaderClassName
{
color: #90C7BA;
}
.AnyTagClassName
{
color: #90C7BA;
}
</style>
background-color css
<style>
a { background-color: #90C7BA; }
a { background-color: rgb(144,199,186); }
div.DivClassName
{
background-color: #90C7BA;
}
.BgClassName
{
background-color: #90C7BA;
}
</style>
border-color css
<style>
span { border-color: #90C7BA; }
span { border-color: rgb(144,199,186); }
td.TdClassName
{
border-color: #90C7BA;
}
.TagClassName
{
border-color: #90C7BA;
}
</style>