Shades of Shadow Green #90BDBA
Tints of Shadow Green #90BDBA
RGB
CMYK
RGB Variations
Color information
#90BDBA (or 0x90BDBA) is known color: Shadow Green. HEX triplet: 90, BD and BA. RGB value is (144,189,186). Sum of RGB (Red+Green+Blue) = 144+189+186=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #90BDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BDBA is #6F4245. Grayscale: #AFAFAF. Windows color (decimal): -7291462 or 12238224. OLE color: 12238224.
HSL color Cylindrical-coordinate representation of color #90BDBA: hue angle of 176º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90BDBA is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 186 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.26 |
| HSL | 176º | 0.25% | 0.65% | - |
| HSV(B) | 176º | 0.24% | 0.74% | - |
| XYZ | 38.56 | 45.87 | 53.28 | - |
| YUV | 175.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 186 | 0.24 | 0 | 0.02 | 0.26 | 176 | 0.25 | 0.65 |
| Hex | 90 | BD | BA | 18 | 0 | 2 | 1A | B0 | 19 | 41 |
| Octal | 220 | 275 | 272 | 30 | 0 | 2 | 32 | 260 | 31 | 101 |
| Binary | 10010000 | 10111101 | 10111010 | 11000 | 0 | 10 | 11010 | 10110000 | 11001 | 1000001 |
Color Harmonies of #90BDBA
Complementary color
Monochromatic Colors of #90BDBA
Black with #90BDBA
Text Example
Text Example
White with #90BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BDBA; }
p { color: rgb(144,189,186); }
H1.HeaderClassName
{
color: #90BDBA;
}
.AnyTagClassName
{
color: #90BDBA;
}
</style>
background-color css
<style>
a { background-color: #90BDBA; }
a { background-color: rgb(144,189,186); }
div.DivClassName
{
background-color: #90BDBA;
}
.BgClassName
{
background-color: #90BDBA;
}
</style>
border-color css
<style>
span { border-color: #90BDBA; }
span { border-color: rgb(144,189,186); }
td.TdClassName
{
border-color: #90BDBA;
}
.TagClassName
{
border-color: #90BDBA;
}
</style>