Shades of Shadow Green #90C8BC
Tints of Shadow Green #90C8BC
RGB
CMYK
RGB Variations
Color information
#90C8BC (or 0x90C8BC) is known color: Shadow Green. HEX triplet: 90, C8 and BC. RGB value is (144,200,188). Sum of RGB (Red+Green+Blue) = 144+200+188=532 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.07% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 200 - color contains mainly: green. Hex color #90C8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C8BC is #6F3743. Grayscale: #B5B5B5. Windows color (decimal): -7288644 or 12372112. OLE color: 12372112.
HSL color Cylindrical-coordinate representation of color #90C8BC: hue angle of 167.14º degrees, saturation: 0.34, 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 #90C8BC is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 200 | 188 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.22 |
| HSL | 167.14º | 0.34% | 0.67% | - |
| HSV(B) | 167.14º | 0.28% | 0.78% | - |
| XYZ | 41.23 | 50.87 | 55.22 | - |
| YUV | 181.89 | 131.45 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 200 | 188 | 0.28 | 0 | 0.06 | 0.22 | 167.14 | 0.34 | 0.67 |
| Hex | 90 | C8 | BC | 1C | 0 | 6 | 16 | A7 | 22 | 43 |
| Octal | 220 | 310 | 274 | 34 | 0 | 6 | 26 | 247 | 42 | 103 |
| Binary | 10010000 | 11001000 | 10111100 | 11100 | 0 | 110 | 10110 | 10100111 | 100010 | 1000011 |
Color Harmonies of #90C8BC
Complementary color
Monochromatic Colors of #90C8BC
Black with #90C8BC
Text Example
Text Example
White with #90C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C8BC; }
p { color: rgb(144,200,188); }
H1.HeaderClassName
{
color: #90C8BC;
}
.AnyTagClassName
{
color: #90C8BC;
}
</style>
background-color css
<style>
a { background-color: #90C8BC; }
a { background-color: rgb(144,200,188); }
div.DivClassName
{
background-color: #90C8BC;
}
.BgClassName
{
background-color: #90C8BC;
}
</style>
border-color css
<style>
span { border-color: #90C8BC; }
span { border-color: rgb(144,200,188); }
td.TdClassName
{
border-color: #90C8BC;
}
.TagClassName
{
border-color: #90C8BC;
}
</style>