Shades of Shadow Green #90C4BB
Tints of Shadow Green #90C4BB
RGB
CMYK
RGB Variations
Color information
#90C4BB (or 0x90C4BB) is known color: Shadow Green. HEX triplet: 90, C4 and BB. RGB value is (144,196,187). Sum of RGB (Red+Green+Blue) = 144+196+187=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 196 - color contains mainly: green. Hex color #90C4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C4BB is #6F3B44. Grayscale: #B3B3B3. Windows color (decimal): -7289669 or 12305552. OLE color: 12305552.
HSL color Cylindrical-coordinate representation of color #90C4BB: hue angle of 169.62º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90C4BB is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 196 | 187 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.23 |
| HSL | 169.62º | 0.31% | 0.67% | - |
| HSV(B) | 169.62º | 0.27% | 0.77% | - |
| XYZ | 40.21 | 49 | 54.35 | - |
| YUV | 179.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 196 | 187 | 0.27 | 0 | 0.05 | 0.23 | 169.62 | 0.31 | 0.67 |
| Hex | 90 | C4 | BB | 1B | 0 | 5 | 17 | AA | 1F | 43 |
| Octal | 220 | 304 | 273 | 33 | 0 | 5 | 27 | 252 | 37 | 103 |
| Binary | 10010000 | 11000100 | 10111011 | 11011 | 0 | 101 | 10111 | 10101010 | 11111 | 1000011 |
Color Harmonies of #90C4BB
Complementary color
Monochromatic Colors of #90C4BB
Black with #90C4BB
Text Example
Text Example
White with #90C4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C4BB; }
p { color: rgb(144,196,187); }
H1.HeaderClassName
{
color: #90C4BB;
}
.AnyTagClassName
{
color: #90C4BB;
}
</style>
background-color css
<style>
a { background-color: #90C4BB; }
a { background-color: rgb(144,196,187); }
div.DivClassName
{
background-color: #90C4BB;
}
.BgClassName
{
background-color: #90C4BB;
}
</style>
border-color css
<style>
span { border-color: #90C4BB; }
span { border-color: rgb(144,196,187); }
td.TdClassName
{
border-color: #90C4BB;
}
.TagClassName
{
border-color: #90C4BB;
}
</style>