Shades of Shadow Green #90BDAF
Tints of Shadow Green #90BDAF
RGB
CMYK
RGB Variations
Color information
#90BDAF (or 0x90BDAF) is known color: Shadow Green. HEX triplet: 90, BD and AF. RGB value is (144,189,175). Sum of RGB (Red+Green+Blue) = 144+189+175=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 189 - color contains mainly: green. Hex color #90BDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BDAF is #6F4250. Grayscale: #ADADAD. Windows color (decimal): -7291473 or 11517328. OLE color: 11517328.
HSL color Cylindrical-coordinate representation of color #90BDAF: hue angle of 161.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 #90BDAF is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 175 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.26 |
| HSL | 161.33º | 0.25% | 0.65% | - |
| HSV(B) | 161.33º | 0.24% | 0.74% | - |
| XYZ | 37.44 | 45.42 | 47.35 | - |
| YUV | 173.95 | 128.59 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 175 | 0.24 | 0 | 0.07 | 0.26 | 161.33 | 0.25 | 0.65 |
| Hex | 90 | BD | AF | 18 | 0 | 7 | 1A | A1 | 19 | 41 |
| Octal | 220 | 275 | 257 | 30 | 0 | 7 | 32 | 241 | 31 | 101 |
| Binary | 10010000 | 10111101 | 10101111 | 11000 | 0 | 111 | 11010 | 10100001 | 11001 | 1000001 |
Color Harmonies of #90BDAF
Complementary color
Monochromatic Colors of #90BDAF
Black with #90BDAF
Text Example
Text Example
White with #90BDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BDAF; }
p { color: rgb(144,189,175); }
H1.HeaderClassName
{
color: #90BDAF;
}
.AnyTagClassName
{
color: #90BDAF;
}
</style>
background-color css
<style>
a { background-color: #90BDAF; }
a { background-color: rgb(144,189,175); }
div.DivClassName
{
background-color: #90BDAF;
}
.BgClassName
{
background-color: #90BDAF;
}
</style>
border-color css
<style>
span { border-color: #90BDAF; }
span { border-color: rgb(144,189,175); }
td.TdClassName
{
border-color: #90BDAF;
}
.TagClassName
{
border-color: #90BDAF;
}
</style>