Shades of Shadow Green #90BDBB
Tints of Shadow Green #90BDBB
RGB
CMYK
RGB Variations
Color information
#90BDBB (or 0x90BDBB) is known color: Shadow Green. HEX triplet: 90, BD and BB. RGB value is (144,189,187). Sum of RGB (Red+Green+Blue) = 144+189+187=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #90BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BDBB is #6F4244. Grayscale: #AFAFAF. Windows color (decimal): -7291461 or 12303760. OLE color: 12303760.
HSL color Cylindrical-coordinate representation of color #90BDBB: hue angle of 177.33º 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 #90BDBB is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 187 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.26 |
| HSL | 177.33º | 0.25% | 0.65% | - |
| HSV(B) | 177.33º | 0.24% | 0.74% | - |
| XYZ | 38.67 | 45.91 | 53.84 | - |
| YUV | 175.32 | 134.59 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 187 | 0.24 | 0 | 0.01 | 0.26 | 177.33 | 0.25 | 0.65 |
| Hex | 90 | BD | BB | 18 | 0 | 1 | 1A | B1 | 19 | 41 |
| Octal | 220 | 275 | 273 | 30 | 0 | 1 | 32 | 261 | 31 | 101 |
| Binary | 10010000 | 10111101 | 10111011 | 11000 | 0 | 1 | 11010 | 10110001 | 11001 | 1000001 |
Color Harmonies of #90BDBB
Complementary color
Monochromatic Colors of #90BDBB
Black with #90BDBB
Text Example
Text Example
White with #90BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BDBB; }
p { color: rgb(144,189,187); }
H1.HeaderClassName
{
color: #90BDBB;
}
.AnyTagClassName
{
color: #90BDBB;
}
</style>
background-color css
<style>
a { background-color: #90BDBB; }
a { background-color: rgb(144,189,187); }
div.DivClassName
{
background-color: #90BDBB;
}
.BgClassName
{
background-color: #90BDBB;
}
</style>
border-color css
<style>
span { border-color: #90BDBB; }
span { border-color: rgb(144,189,187); }
td.TdClassName
{
border-color: #90BDBB;
}
.TagClassName
{
border-color: #90BDBB;
}
</style>