Shades of Shadow Green #90BCB3
Tints of Shadow Green #90BCB3
RGB
CMYK
RGB Variations
Color information
#90BCB3 (or 0x90BCB3) is known color: Shadow Green. HEX triplet: 90, BC and B3. RGB value is (144,188,179). Sum of RGB (Red+Green+Blue) = 144+188+179=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #90BCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BCB3 is #6F434C. Grayscale: #ADADAD. Windows color (decimal): -7291725 or 11779216. OLE color: 11779216.
HSL color Cylindrical-coordinate representation of color #90BCB3: hue angle of 167.73º 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 #90BCB3 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 179 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.26 |
| HSL | 167.73º | 0.25% | 0.65% | - |
| HSV(B) | 167.73º | 0.23% | 0.74% | - |
| XYZ | 37.62 | 45.15 | 49.38 | - |
| YUV | 173.82 | 130.92 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 179 | 0.23 | 0 | 0.05 | 0.26 | 167.73 | 0.25 | 0.65 |
| Hex | 90 | BC | B3 | 17 | 0 | 5 | 1A | A8 | 19 | 41 |
| Octal | 220 | 274 | 263 | 27 | 0 | 5 | 32 | 250 | 31 | 101 |
| Binary | 10010000 | 10111100 | 10110011 | 10111 | 0 | 101 | 11010 | 10101000 | 11001 | 1000001 |
Color Harmonies of #90BCB3
Complementary color
Monochromatic Colors of #90BCB3
Black with #90BCB3
Text Example
Text Example
White with #90BCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BCB3; }
p { color: rgb(144,188,179); }
H1.HeaderClassName
{
color: #90BCB3;
}
.AnyTagClassName
{
color: #90BCB3;
}
</style>
background-color css
<style>
a { background-color: #90BCB3; }
a { background-color: rgb(144,188,179); }
div.DivClassName
{
background-color: #90BCB3;
}
.BgClassName
{
background-color: #90BCB3;
}
</style>
border-color css
<style>
span { border-color: #90BCB3; }
span { border-color: rgb(144,188,179); }
td.TdClassName
{
border-color: #90BCB3;
}
.TagClassName
{
border-color: #90BCB3;
}
</style>