Shades of Shadow Green #90BCB5
Tints of Shadow Green #90BCB5
RGB
CMYK
RGB Variations
Color information
#90BCB5 (or 0x90BCB5) is known color: Shadow Green. HEX triplet: 90, BC and B5. RGB value is (144,188,181). Sum of RGB (Red+Green+Blue) = 144+188+181=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #90BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BCB5 is #6F434A. Grayscale: #AEAEAE. Windows color (decimal): -7291723 or 11910288. OLE color: 11910288.
HSL color Cylindrical-coordinate representation of color #90BCB5: hue angle of 170.45º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90BCB5 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 181 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.26 |
| HSL | 170.45º | 0.25% | 0.65% | - |
| HSV(B) | 170.45º | 0.23% | 0.74% | - |
| XYZ | 37.83 | 45.23 | 50.45 | - |
| YUV | 174.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 181 | 0.23 | 0 | 0.04 | 0.26 | 170.45 | 0.25 | 0.65 |
| Hex | 90 | BC | B5 | 17 | 0 | 4 | 1A | AA | 19 | 41 |
| Octal | 220 | 274 | 265 | 27 | 0 | 4 | 32 | 252 | 31 | 101 |
| Binary | 10010000 | 10111100 | 10110101 | 10111 | 0 | 100 | 11010 | 10101010 | 11001 | 1000001 |
Color Harmonies of #90BCB5
Complementary color
Monochromatic Colors of #90BCB5
Black with #90BCB5
Text Example
Text Example
White with #90BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BCB5; }
p { color: rgb(144,188,181); }
H1.HeaderClassName
{
color: #90BCB5;
}
.AnyTagClassName
{
color: #90BCB5;
}
</style>
background-color css
<style>
a { background-color: #90BCB5; }
a { background-color: rgb(144,188,181); }
div.DivClassName
{
background-color: #90BCB5;
}
.BgClassName
{
background-color: #90BCB5;
}
</style>
border-color css
<style>
span { border-color: #90BCB5; }
span { border-color: rgb(144,188,181); }
td.TdClassName
{
border-color: #90BCB5;
}
.TagClassName
{
border-color: #90BCB5;
}
</style>