Shades of Shadow Green #90C2BB
Tints of Shadow Green #90C2BB
RGB
CMYK
RGB Variations
Color information
#90C2BB (or 0x90C2BB) is known color: Shadow Green. HEX triplet: 90, C2 and BB. RGB value is (144,194,187). Sum of RGB (Red+Green+Blue) = 144+194+187=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #90C2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C2BB is #6F3D44. Grayscale: #B2B2B2. Windows color (decimal): -7290181 or 12305040. OLE color: 12305040.
HSL color Cylindrical-coordinate representation of color #90C2BB: hue angle of 171.6º 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 #90C2BB is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 194 | 187 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.24 |
| HSL | 171.6º | 0.29% | 0.66% | - |
| HSV(B) | 171.6º | 0.26% | 0.76% | - |
| XYZ | 39.76 | 48.1 | 54.2 | - |
| YUV | 178.25 | 132.94 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 194 | 187 | 0.26 | 0 | 0.04 | 0.24 | 171.6 | 0.29 | 0.66 |
| Hex | 90 | C2 | BB | 1A | 0 | 4 | 18 | AC | 1D | 42 |
| Octal | 220 | 302 | 273 | 32 | 0 | 4 | 30 | 254 | 35 | 102 |
| Binary | 10010000 | 11000010 | 10111011 | 11010 | 0 | 100 | 11000 | 10101100 | 11101 | 1000010 |
Color Harmonies of #90C2BB
Complementary color
Monochromatic Colors of #90C2BB
Black with #90C2BB
Text Example
Text Example
White with #90C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C2BB; }
p { color: rgb(144,194,187); }
H1.HeaderClassName
{
color: #90C2BB;
}
.AnyTagClassName
{
color: #90C2BB;
}
</style>
background-color css
<style>
a { background-color: #90C2BB; }
a { background-color: rgb(144,194,187); }
div.DivClassName
{
background-color: #90C2BB;
}
.BgClassName
{
background-color: #90C2BB;
}
</style>
border-color css
<style>
span { border-color: #90C2BB; }
span { border-color: rgb(144,194,187); }
td.TdClassName
{
border-color: #90C2BB;
}
.TagClassName
{
border-color: #90C2BB;
}
</style>