Shades of Dark Sea Green #90BA91
Tints of Dark Sea Green #90BA91
RGB
CMYK
RGB Variations
Color information
#90BA91 (or 0x90BA91) is known color: Dark Sea Green. HEX triplet: 90, BA and 91. RGB value is (144,186,145). Sum of RGB (Red+Green+Blue) = 144+186+145=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BA91 is #6F456E. Grayscale: #A8A8A8. Windows color (decimal): -7292271 or 9550480. OLE color: 9550480.
HSL color Cylindrical-coordinate representation of color #90BA91: hue angle of 121.43º degrees, saturation: 0.23, 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 #90BA91 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 186 | 145 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.27 |
| HSL | 121.43º | 0.23% | 0.65% | - |
| HSV(B) | 121.43º | 0.23% | 0.73% | - |
| XYZ | 34.17 | 43.09 | 33.3 | - |
| YUV | 168.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 145 | 0.23 | 0 | 0.22 | 0.27 | 121.43 | 0.23 | 0.65 |
| Hex | 90 | BA | 91 | 17 | 0 | 16 | 1B | 79 | 17 | 41 |
| Octal | 220 | 272 | 221 | 27 | 0 | 26 | 33 | 171 | 27 | 101 |
| Binary | 10010000 | 10111010 | 10010001 | 10111 | 0 | 10110 | 11011 | 1111001 | 10111 | 1000001 |
Color Harmonies of #90BA91
Complementary color
Monochromatic Colors of #90BA91
Black with #90BA91
Text Example
Text Example
White with #90BA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BA91; }
p { color: rgb(144,186,145); }
H1.HeaderClassName
{
color: #90BA91;
}
.AnyTagClassName
{
color: #90BA91;
}
</style>
background-color css
<style>
a { background-color: #90BA91; }
a { background-color: rgb(144,186,145); }
div.DivClassName
{
background-color: #90BA91;
}
.BgClassName
{
background-color: #90BA91;
}
</style>
border-color css
<style>
span { border-color: #90BA91; }
span { border-color: rgb(144,186,145); }
td.TdClassName
{
border-color: #90BA91;
}
.TagClassName
{
border-color: #90BA91;
}
</style>