Shades of Dark Sea Green #90C596
Tints of Dark Sea Green #90C596
RGB
CMYK
RGB Variations
Color information
#90C596 (or 0x90C596) is known color: Dark Sea Green. HEX triplet: 90, C5 and 96. RGB value is (144,197,150). Sum of RGB (Red+Green+Blue) = 144+197+150=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #90C596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C596 is #6F3A69. Grayscale: #AFAFAF. Windows color (decimal): -7289450 or 9880976. OLE color: 9880976.
HSL color Cylindrical-coordinate representation of color #90C596: hue angle of 126.79º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90C596 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 150 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.23 |
| HSL | 126.79º | 0.31% | 0.67% | - |
| HSV(B) | 126.79º | 0.27% | 0.77% | - |
| XYZ | 36.97 | 48.06 | 36.18 | - |
| YUV | 175.8 | 113.44 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 150 | 0.27 | 0 | 0.24 | 0.23 | 126.79 | 0.31 | 0.67 |
| Hex | 90 | C5 | 96 | 1B | 0 | 18 | 17 | 7F | 1F | 43 |
| Octal | 220 | 305 | 226 | 33 | 0 | 30 | 27 | 177 | 37 | 103 |
| Binary | 10010000 | 11000101 | 10010110 | 11011 | 0 | 11000 | 10111 | 1111111 | 11111 | 1000011 |
Color Harmonies of #90C596
Complementary color
Monochromatic Colors of #90C596
Black with #90C596
Text Example
Text Example
White with #90C596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C596; }
p { color: rgb(144,197,150); }
H1.HeaderClassName
{
color: #90C596;
}
.AnyTagClassName
{
color: #90C596;
}
</style>
background-color css
<style>
a { background-color: #90C596; }
a { background-color: rgb(144,197,150); }
div.DivClassName
{
background-color: #90C596;
}
.BgClassName
{
background-color: #90C596;
}
</style>
border-color css
<style>
span { border-color: #90C596; }
span { border-color: rgb(144,197,150); }
td.TdClassName
{
border-color: #90C596;
}
.TagClassName
{
border-color: #90C596;
}
</style>