Shades of Shadow Green #90C2B8
Tints of Shadow Green #90C2B8
RGB
CMYK
RGB Variations
Color information
#90C2B8 (or 0x90C2B8) is known color: Shadow Green. HEX triplet: 90, C2 and B8. RGB value is (144,194,184). Sum of RGB (Red+Green+Blue) = 144+194+184=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 194 - color contains mainly: green. Hex color #90C2B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C2B8 is #6F3D47. Grayscale: #B1B1B1. Windows color (decimal): -7290184 or 12108432. OLE color: 12108432.
HSL color Cylindrical-coordinate representation of color #90C2B8: hue angle of 168º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90C2B8 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 194 | 184 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.24 |
| HSL | 168º | 0.29% | 0.66% | - |
| HSV(B) | 168º | 0.26% | 0.76% | - |
| XYZ | 39.45 | 47.97 | 52.53 | - |
| YUV | 177.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 194 | 184 | 0.26 | 0 | 0.05 | 0.24 | 168 | 0.29 | 0.66 |
| Hex | 90 | C2 | B8 | 1A | 0 | 5 | 18 | A8 | 1D | 42 |
| Octal | 220 | 302 | 270 | 32 | 0 | 5 | 30 | 250 | 35 | 102 |
| Binary | 10010000 | 11000010 | 10111000 | 11010 | 0 | 101 | 11000 | 10101000 | 11101 | 1000010 |
Color Harmonies of #90C2B8
Complementary color
Monochromatic Colors of #90C2B8
Black with #90C2B8
Text Example
Text Example
White with #90C2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C2B8; }
p { color: rgb(144,194,184); }
H1.HeaderClassName
{
color: #90C2B8;
}
.AnyTagClassName
{
color: #90C2B8;
}
</style>
background-color css
<style>
a { background-color: #90C2B8; }
a { background-color: rgb(144,194,184); }
div.DivClassName
{
background-color: #90C2B8;
}
.BgClassName
{
background-color: #90C2B8;
}
</style>
border-color css
<style>
span { border-color: #90C2B8; }
span { border-color: rgb(144,194,184); }
td.TdClassName
{
border-color: #90C2B8;
}
.TagClassName
{
border-color: #90C2B8;
}
</style>