Shades of Shadow Green #90BFBA
Tints of Shadow Green #90BFBA
RGB
CMYK
RGB Variations
Color information
#90BFBA (or 0x90BFBA) is known color: Shadow Green. HEX triplet: 90, BF and BA. RGB value is (144,191,186). Sum of RGB (Red+Green+Blue) = 144+191+186=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 191 - color contains mainly: green. Hex color #90BFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BFBA is #6F4045. Grayscale: #B0B0B0. Windows color (decimal): -7290950 or 12238736. OLE color: 12238736.
HSL color Cylindrical-coordinate representation of color #90BFBA: hue angle of 173.62º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90BFBA is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 191 | 186 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.25 |
| HSL | 173.62º | 0.27% | 0.66% | - |
| HSV(B) | 173.62º | 0.25% | 0.75% | - |
| XYZ | 39 | 46.74 | 53.42 | - |
| YUV | 176.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 186 | 0.25 | 0 | 0.03 | 0.25 | 173.62 | 0.27 | 0.66 |
| Hex | 90 | BF | BA | 19 | 0 | 3 | 19 | AE | 1B | 42 |
| Octal | 220 | 277 | 272 | 31 | 0 | 3 | 31 | 256 | 33 | 102 |
| Binary | 10010000 | 10111111 | 10111010 | 11001 | 0 | 11 | 11001 | 10101110 | 11011 | 1000010 |
Color Harmonies of #90BFBA
Complementary color
Monochromatic Colors of #90BFBA
Black with #90BFBA
Text Example
Text Example
White with #90BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BFBA; }
p { color: rgb(144,191,186); }
H1.HeaderClassName
{
color: #90BFBA;
}
.AnyTagClassName
{
color: #90BFBA;
}
</style>
background-color css
<style>
a { background-color: #90BFBA; }
a { background-color: rgb(144,191,186); }
div.DivClassName
{
background-color: #90BFBA;
}
.BgClassName
{
background-color: #90BFBA;
}
</style>
border-color css
<style>
span { border-color: #90BFBA; }
span { border-color: rgb(144,191,186); }
td.TdClassName
{
border-color: #90BFBA;
}
.TagClassName
{
border-color: #90BFBA;
}
</style>