Shades of Shadow Green #90BEAF
Tints of Shadow Green #90BEAF
RGB
CMYK
RGB Variations
Color information
#90BEAF (or 0x90BEAF) is known color: Shadow Green. HEX triplet: 90, BE and AF. RGB value is (144,190,175). Sum of RGB (Red+Green+Blue) = 144+190+175=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 190 - color contains mainly: green. Hex color #90BEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BEAF is #6F4150. Grayscale: #AEAEAE. Windows color (decimal): -7291217 or 11517584. OLE color: 11517584.
HSL color Cylindrical-coordinate representation of color #90BEAF: hue angle of 160.43º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90BEAF is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 190 | 175 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.25 |
| HSL | 160.43º | 0.26% | 0.65% | - |
| HSV(B) | 160.43º | 0.24% | 0.75% | - |
| XYZ | 37.65 | 45.85 | 47.42 | - |
| YUV | 174.54 | 128.26 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 190 | 175 | 0.24 | 0 | 0.08 | 0.25 | 160.43 | 0.26 | 0.65 |
| Hex | 90 | BE | AF | 18 | 0 | 8 | 19 | A0 | 1A | 41 |
| Octal | 220 | 276 | 257 | 30 | 0 | 10 | 31 | 240 | 32 | 101 |
| Binary | 10010000 | 10111110 | 10101111 | 11000 | 0 | 1000 | 11001 | 10100000 | 11010 | 1000001 |
Color Harmonies of #90BEAF
Complementary color
Monochromatic Colors of #90BEAF
Black with #90BEAF
Text Example
Text Example
White with #90BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BEAF; }
p { color: rgb(144,190,175); }
H1.HeaderClassName
{
color: #90BEAF;
}
.AnyTagClassName
{
color: #90BEAF;
}
</style>
background-color css
<style>
a { background-color: #90BEAF; }
a { background-color: rgb(144,190,175); }
div.DivClassName
{
background-color: #90BEAF;
}
.BgClassName
{
background-color: #90BEAF;
}
</style>
border-color css
<style>
span { border-color: #90BEAF; }
span { border-color: rgb(144,190,175); }
td.TdClassName
{
border-color: #90BEAF;
}
.TagClassName
{
border-color: #90BEAF;
}
</style>