Shades of Dark Sea Green #90B290
Tints of Dark Sea Green #90B290
RGB
CMYK
RGB Variations
Color information
#90B290 (or 0x90B290) is known color: Dark Sea Green. HEX triplet: 90, B2 and 90. RGB value is (144,178,144). Sum of RGB (Red+Green+Blue) = 144+178+144=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 178 - color contains mainly: green. Hex color #90B290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90B290 is #6F4D6F. Grayscale: #A4A4A4. Windows color (decimal): -7294320 or 9482896. OLE color: 9482896.
HSL color Cylindrical-coordinate representation of color #90B290: hue angle of 120º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90B290 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 178 | 144 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.30 |
| HSL | 120º | 0.18% | 0.63% | - |
| HSV(B) | 120º | 0.19% | 0.7% | - |
| XYZ | 32.46 | 39.78 | 32.35 | - |
| YUV | 163.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 178 | 144 | 0.19 | 0 | 0.19 | 0.30 | 120 | 0.18 | 0.63 |
| Hex | 90 | B2 | 90 | 13 | 0 | 13 | 1E | 78 | 12 | 3F |
| Octal | 220 | 262 | 220 | 23 | 0 | 23 | 36 | 170 | 22 | 77 |
| Binary | 10010000 | 10110010 | 10010000 | 10011 | 0 | 10011 | 11110 | 1111000 | 10010 | 111111 |
Color Harmonies of #90B290
Complementary color
Monochromatic Colors of #90B290
Black with #90B290
Text Example
Text Example
White with #90B290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B290; }
p { color: rgb(144,178,144); }
H1.HeaderClassName
{
color: #90B290;
}
.AnyTagClassName
{
color: #90B290;
}
</style>
background-color css
<style>
a { background-color: #90B290; }
a { background-color: rgb(144,178,144); }
div.DivClassName
{
background-color: #90B290;
}
.BgClassName
{
background-color: #90B290;
}
</style>
border-color css
<style>
span { border-color: #90B290; }
span { border-color: rgb(144,178,144); }
td.TdClassName
{
border-color: #90B290;
}
.TagClassName
{
border-color: #90B290;
}
</style>