Shades of Shadow Green #90BBAF
Tints of Shadow Green #90BBAF
RGB
CMYK
RGB Variations
Color information
#90BBAF (or 0x90BBAF) is known color: Shadow Green. HEX triplet: 90, BB and AF. RGB value is (144,187,175). Sum of RGB (Red+Green+Blue) = 144+187+175=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 187 - color contains mainly: green. Hex color #90BBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BBAF is #6F4450. Grayscale: #ACACAC. Windows color (decimal): -7291985 or 11516816. OLE color: 11516816.
HSL color Cylindrical-coordinate representation of color #90BBAF: hue angle of 163.26º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90BBAF is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 187 | 175 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.27 |
| HSL | 163.26º | 0.24% | 0.65% | - |
| HSV(B) | 163.26º | 0.23% | 0.73% | - |
| XYZ | 37.01 | 44.57 | 47.21 | - |
| YUV | 172.78 | 129.25 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 187 | 175 | 0.23 | 0 | 0.06 | 0.27 | 163.26 | 0.24 | 0.65 |
| Hex | 90 | BB | AF | 17 | 0 | 6 | 1B | A3 | 18 | 41 |
| Octal | 220 | 273 | 257 | 27 | 0 | 6 | 33 | 243 | 30 | 101 |
| Binary | 10010000 | 10111011 | 10101111 | 10111 | 0 | 110 | 11011 | 10100011 | 11000 | 1000001 |
Color Harmonies of #90BBAF
Complementary color
Monochromatic Colors of #90BBAF
Black with #90BBAF
Text Example
Text Example
White with #90BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BBAF; }
p { color: rgb(144,187,175); }
H1.HeaderClassName
{
color: #90BBAF;
}
.AnyTagClassName
{
color: #90BBAF;
}
</style>
background-color css
<style>
a { background-color: #90BBAF; }
a { background-color: rgb(144,187,175); }
div.DivClassName
{
background-color: #90BBAF;
}
.BgClassName
{
background-color: #90BBAF;
}
</style>
border-color css
<style>
span { border-color: #90BBAF; }
span { border-color: rgb(144,187,175); }
td.TdClassName
{
border-color: #90BBAF;
}
.TagClassName
{
border-color: #90BBAF;
}
</style>