Shades of Dark Sea Green #90B490
Tints of Dark Sea Green #90B490
RGB
CMYK
RGB Variations
Color information
#90B490 (or 0x90B490) is known color: Dark Sea Green. HEX triplet: 90, B4 and 90. RGB value is (144,180,144). Sum of RGB (Red+Green+Blue) = 144+180+144=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #90B490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B490 is #6F4B6F. Grayscale: #A5A5A5. Windows color (decimal): -7293808 or 9483408. OLE color: 9483408.
HSL color Cylindrical-coordinate representation of color #90B490: hue angle of 120º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90B490 is Cyan = 0.2, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 180 | 144 | - |
| CMYK | 0.2 | 0 | 0.2 | 0.29 |
| HSL | 120º | 0.19% | 0.64% | - |
| HSV(B) | 120º | 0.2% | 0.71% | - |
| XYZ | 32.86 | 40.59 | 32.49 | - |
| YUV | 165.13 | 116.07 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 180 | 144 | 0.2 | 0 | 0.2 | 0.29 | 120 | 0.19 | 0.64 |
| Hex | 90 | B4 | 90 | 14 | 0 | 14 | 1D | 78 | 13 | 40 |
| Octal | 220 | 264 | 220 | 24 | 0 | 24 | 35 | 170 | 23 | 100 |
| Binary | 10010000 | 10110100 | 10010000 | 10100 | 0 | 10100 | 11101 | 1111000 | 10011 | 1000000 |
Color Harmonies of #90B490
Complementary color
Monochromatic Colors of #90B490
Black with #90B490
Text Example
Text Example
White with #90B490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B490; }
p { color: rgb(144,180,144); }
H1.HeaderClassName
{
color: #90B490;
}
.AnyTagClassName
{
color: #90B490;
}
</style>
background-color css
<style>
a { background-color: #90B490; }
a { background-color: rgb(144,180,144); }
div.DivClassName
{
background-color: #90B490;
}
.BgClassName
{
background-color: #90B490;
}
</style>
border-color css
<style>
span { border-color: #90B490; }
span { border-color: rgb(144,180,144); }
td.TdClassName
{
border-color: #90B490;
}
.TagClassName
{
border-color: #90B490;
}
</style>