Shades of Dark Sea Green #90B886
Tints of Dark Sea Green #90B886
RGB
CMYK
RGB Variations
Color information
#90B886 (or 0x90B886) is known color: Dark Sea Green. HEX triplet: 90, B8 and 86. RGB value is (144,184,134). Sum of RGB (Red+Green+Blue) = 144+184+134=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 184 - color contains mainly: green. Hex color #90B886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B886 is #6F4779. Grayscale: #A6A6A6. Windows color (decimal): -7292794 or 8829072. OLE color: 8829072.
HSL color Cylindrical-coordinate representation of color #90B886: hue angle of 108º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90B886 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 184 | 134 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.28 |
| HSL | 108º | 0.26% | 0.62% | - |
| HSV(B) | 108º | 0.27% | 0.72% | - |
| XYZ | 32.95 | 41.93 | 28.91 | - |
| YUV | 166.34 | 109.75 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 184 | 134 | 0.22 | 0 | 0.27 | 0.28 | 108 | 0.26 | 0.62 |
| Hex | 90 | B8 | 86 | 16 | 0 | 1B | 1C | 6C | 1A | 3E |
| Octal | 220 | 270 | 206 | 26 | 0 | 33 | 34 | 154 | 32 | 76 |
| Binary | 10010000 | 10111000 | 10000110 | 10110 | 0 | 11011 | 11100 | 1101100 | 11010 | 111110 |
Color Harmonies of #90B886
Complementary color
Monochromatic Colors of #90B886
Black with #90B886
Text Example
Text Example
White with #90B886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B886; }
p { color: rgb(144,184,134); }
H1.HeaderClassName
{
color: #90B886;
}
.AnyTagClassName
{
color: #90B886;
}
</style>
background-color css
<style>
a { background-color: #90B886; }
a { background-color: rgb(144,184,134); }
div.DivClassName
{
background-color: #90B886;
}
.BgClassName
{
background-color: #90B886;
}
</style>
border-color css
<style>
span { border-color: #90B886; }
span { border-color: rgb(144,184,134); }
td.TdClassName
{
border-color: #90B886;
}
.TagClassName
{
border-color: #90B886;
}
</style>