Shades of Shadow Green #90BDB5
Tints of Shadow Green #90BDB5
RGB
CMYK
RGB Variations
Color information
#90BDB5 (or 0x90BDB5) is known color: Shadow Green. HEX triplet: 90, BD and B5. RGB value is (144,189,181). Sum of RGB (Red+Green+Blue) = 144+189+181=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 189 - color contains mainly: green. Hex color #90BDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BDB5 is #6F424A. Grayscale: #AEAEAE. Windows color (decimal): -7291467 or 11910544. OLE color: 11910544.
HSL color Cylindrical-coordinate representation of color #90BDB5: hue angle of 169.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 #90BDB5 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 181 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.26 |
| HSL | 169.33º | 0.25% | 0.65% | - |
| HSV(B) | 169.33º | 0.24% | 0.74% | - |
| XYZ | 38.04 | 45.66 | 50.52 | - |
| YUV | 174.63 | 131.59 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 181 | 0.24 | 0 | 0.04 | 0.26 | 169.33 | 0.25 | 0.65 |
| Hex | 90 | BD | B5 | 18 | 0 | 4 | 1A | A9 | 19 | 41 |
| Octal | 220 | 275 | 265 | 30 | 0 | 4 | 32 | 251 | 31 | 101 |
| Binary | 10010000 | 10111101 | 10110101 | 11000 | 0 | 100 | 11010 | 10101001 | 11001 | 1000001 |
Color Harmonies of #90BDB5
Complementary color
Monochromatic Colors of #90BDB5
Black with #90BDB5
Text Example
Text Example
White with #90BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BDB5; }
p { color: rgb(144,189,181); }
H1.HeaderClassName
{
color: #90BDB5;
}
.AnyTagClassName
{
color: #90BDB5;
}
</style>
background-color css
<style>
a { background-color: #90BDB5; }
a { background-color: rgb(144,189,181); }
div.DivClassName
{
background-color: #90BDB5;
}
.BgClassName
{
background-color: #90BDB5;
}
</style>
border-color css
<style>
span { border-color: #90BDB5; }
span { border-color: rgb(144,189,181); }
td.TdClassName
{
border-color: #90BDB5;
}
.TagClassName
{
border-color: #90BDB5;
}
</style>