Shades of Dark Sea Green #90B690
Tints of Dark Sea Green #90B690
RGB
CMYK
RGB Variations
Color information
#90B690 (or 0x90B690) is known color: Dark Sea Green. HEX triplet: 90, B6 and 90. RGB value is (144,182,144). Sum of RGB (Red+Green+Blue) = 144+182+144=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 182 - color contains mainly: green. Hex color #90B690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B690 is #6F496F. Grayscale: #A6A6A6. Windows color (decimal): -7293296 or 9483920. OLE color: 9483920.
HSL color Cylindrical-coordinate representation of color #90B690: hue angle of 120º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #90B690 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 182 | 144 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.29 |
| HSL | 120º | 0.21% | 0.64% | - |
| HSV(B) | 120º | 0.21% | 0.71% | - |
| XYZ | 33.26 | 41.4 | 32.62 | - |
| YUV | 166.31 | 115.41 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 182 | 144 | 0.21 | 0 | 0.21 | 0.29 | 120 | 0.21 | 0.64 |
| Hex | 90 | B6 | 90 | 15 | 0 | 15 | 1D | 78 | 15 | 40 |
| Octal | 220 | 266 | 220 | 25 | 0 | 25 | 35 | 170 | 25 | 100 |
| Binary | 10010000 | 10110110 | 10010000 | 10101 | 0 | 10101 | 11101 | 1111000 | 10101 | 1000000 |
Color Harmonies of #90B690
Complementary color
Monochromatic Colors of #90B690
Black with #90B690
Text Example
Text Example
White with #90B690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B690; }
p { color: rgb(144,182,144); }
H1.HeaderClassName
{
color: #90B690;
}
.AnyTagClassName
{
color: #90B690;
}
</style>
background-color css
<style>
a { background-color: #90B690; }
a { background-color: rgb(144,182,144); }
div.DivClassName
{
background-color: #90B690;
}
.BgClassName
{
background-color: #90B690;
}
</style>
border-color css
<style>
span { border-color: #90B690; }
span { border-color: rgb(144,182,144); }
td.TdClassName
{
border-color: #90B690;
}
.TagClassName
{
border-color: #90B690;
}
</style>