Shades of Summer Green #90BD9F
Tints of Summer Green #90BD9F
RGB
CMYK
RGB Variations
Color information
#90BD9F (or 0x90BD9F) is known color: Summer Green. HEX triplet: 90, BD and 9F. RGB value is (144,189,159). Sum of RGB (Red+Green+Blue) = 144+189+159=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BD9F is #6F4260. Grayscale: #ACACAC. Windows color (decimal): -7291489 or 10468752. OLE color: 10468752.
HSL color Cylindrical-coordinate representation of color #90BD9F: hue angle of 140º 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 #90BD9F is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 159 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.26 |
| HSL | 140º | 0.25% | 0.65% | - |
| HSV(B) | 140º | 0.24% | 0.74% | - |
| XYZ | 35.96 | 44.83 | 39.56 | - |
| YUV | 172.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 159 | 0.24 | 0 | 0.16 | 0.26 | 140 | 0.25 | 0.65 |
| Hex | 90 | BD | 9F | 18 | 0 | 10 | 1A | 8C | 19 | 41 |
| Octal | 220 | 275 | 237 | 30 | 0 | 20 | 32 | 214 | 31 | 101 |
| Binary | 10010000 | 10111101 | 10011111 | 11000 | 0 | 10000 | 11010 | 10001100 | 11001 | 1000001 |
Color Harmonies of #90BD9F
Complementary color
Monochromatic Colors of #90BD9F
Black with #90BD9F
Text Example
Text Example
White with #90BD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BD9F; }
p { color: rgb(144,189,159); }
H1.HeaderClassName
{
color: #90BD9F;
}
.AnyTagClassName
{
color: #90BD9F;
}
</style>
background-color css
<style>
a { background-color: #90BD9F; }
a { background-color: rgb(144,189,159); }
div.DivClassName
{
background-color: #90BD9F;
}
.BgClassName
{
background-color: #90BD9F;
}
</style>
border-color css
<style>
span { border-color: #90BD9F; }
span { border-color: rgb(144,189,159); }
td.TdClassName
{
border-color: #90BD9F;
}
.TagClassName
{
border-color: #90BD9F;
}
</style>