Shades of Shadow Green #90C9BB
Tints of Shadow Green #90C9BB
RGB
CMYK
RGB Variations
Color information
#90C9BB (or 0x90C9BB) is known color: Shadow Green. HEX triplet: 90, C9 and BB. RGB value is (144,201,187). Sum of RGB (Red+Green+Blue) = 144+201+187=532 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.07% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 201 - color contains mainly: green. Hex color #90C9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C9BB is #6F3644. Grayscale: #B6B6B6. Windows color (decimal): -7288389 or 12306832. OLE color: 12306832.
HSL color Cylindrical-coordinate representation of color #90C9BB: hue angle of 165.26º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90C9BB is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 201 | 187 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.21 |
| HSL | 165.26º | 0.35% | 0.68% | - |
| HSV(B) | 165.26º | 0.28% | 0.79% | - |
| XYZ | 41.36 | 51.29 | 54.73 | - |
| YUV | 182.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 187 | 0.28 | 0 | 0.07 | 0.21 | 165.26 | 0.35 | 0.68 |
| Hex | 90 | C9 | BB | 1C | 0 | 7 | 15 | A5 | 23 | 44 |
| Octal | 220 | 311 | 273 | 34 | 0 | 7 | 25 | 245 | 43 | 104 |
| Binary | 10010000 | 11001001 | 10111011 | 11100 | 0 | 111 | 10101 | 10100101 | 100011 | 1000100 |
Color Harmonies of #90C9BB
Complementary color
Monochromatic Colors of #90C9BB
Black with #90C9BB
Text Example
Text Example
White with #90C9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C9BB; }
p { color: rgb(144,201,187); }
H1.HeaderClassName
{
color: #90C9BB;
}
.AnyTagClassName
{
color: #90C9BB;
}
</style>
background-color css
<style>
a { background-color: #90C9BB; }
a { background-color: rgb(144,201,187); }
div.DivClassName
{
background-color: #90C9BB;
}
.BgClassName
{
background-color: #90C9BB;
}
</style>
border-color css
<style>
span { border-color: #90C9BB; }
span { border-color: rgb(144,201,187); }
td.TdClassName
{
border-color: #90C9BB;
}
.TagClassName
{
border-color: #90C9BB;
}
</style>