Shades of Dark Sea Green #90B882
Tints of Dark Sea Green #90B882
RGB
CMYK
RGB Variations
Color information
#90B882 (or 0x90B882) is known color: Dark Sea Green. HEX triplet: 90, B8 and 82. RGB value is (144,184,130). Sum of RGB (Red+Green+Blue) = 144+184+130=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 184 - color contains mainly: green. Hex color #90B882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B882 is #6F477D. Grayscale: #A6A6A6. Windows color (decimal): -7292798 or 8566928. OLE color: 8566928.
HSL color Cylindrical-coordinate representation of color #90B882: hue angle of 104.44º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90B882 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 184 | 130 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.28 |
| HSL | 104.44º | 0.28% | 0.62% | - |
| HSV(B) | 104.44º | 0.29% | 0.72% | - |
| XYZ | 32.67 | 41.82 | 27.47 | - |
| YUV | 165.88 | 107.75 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 184 | 130 | 0.22 | 0 | 0.29 | 0.28 | 104.44 | 0.28 | 0.62 |
| Hex | 90 | B8 | 82 | 16 | 0 | 1D | 1C | 68 | 1C | 3E |
| Octal | 220 | 270 | 202 | 26 | 0 | 35 | 34 | 150 | 34 | 76 |
| Binary | 10010000 | 10111000 | 10000010 | 10110 | 0 | 11101 | 11100 | 1101000 | 11100 | 111110 |
Color Harmonies of #90B882
Complementary color
Monochromatic Colors of #90B882
Black with #90B882
Text Example
Text Example
White with #90B882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B882; }
p { color: rgb(144,184,130); }
H1.HeaderClassName
{
color: #90B882;
}
.AnyTagClassName
{
color: #90B882;
}
</style>
background-color css
<style>
a { background-color: #90B882; }
a { background-color: rgb(144,184,130); }
div.DivClassName
{
background-color: #90B882;
}
.BgClassName
{
background-color: #90B882;
}
</style>
border-color css
<style>
span { border-color: #90B882; }
span { border-color: rgb(144,184,130); }
td.TdClassName
{
border-color: #90B882;
}
.TagClassName
{
border-color: #90B882;
}
</style>