Shades of Dark Sea Green #90C598
Tints of Dark Sea Green #90C598
RGB
CMYK
RGB Variations
Color information
#90C598 (or 0x90C598) is known color: Dark Sea Green. HEX triplet: 90, C5 and 98. RGB value is (144,197,152). Sum of RGB (Red+Green+Blue) = 144+197+152=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 197 - color contains mainly: green. Hex color #90C598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C598 is #6F3A67. Grayscale: #B0B0B0. Windows color (decimal): -7289448 or 10012048. OLE color: 10012048.
HSL color Cylindrical-coordinate representation of color #90C598: hue angle of 129.06º 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 #90C598 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 152 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.23 |
| HSL | 129.06º | 0.31% | 0.67% | - |
| HSV(B) | 129.06º | 0.27% | 0.77% | - |
| XYZ | 37.14 | 48.13 | 37.04 | - |
| YUV | 176.02 | 114.44 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 152 | 0.27 | 0 | 0.23 | 0.23 | 129.06 | 0.31 | 0.67 |
| Hex | 90 | C5 | 98 | 1B | 0 | 17 | 17 | 81 | 1F | 43 |
| Octal | 220 | 305 | 230 | 33 | 0 | 27 | 27 | 201 | 37 | 103 |
| Binary | 10010000 | 11000101 | 10011000 | 11011 | 0 | 10111 | 10111 | 10000001 | 11111 | 1000011 |
Color Harmonies of #90C598
Complementary color
Monochromatic Colors of #90C598
Black with #90C598
Text Example
Text Example
White with #90C598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C598; }
p { color: rgb(144,197,152); }
H1.HeaderClassName
{
color: #90C598;
}
.AnyTagClassName
{
color: #90C598;
}
</style>
background-color css
<style>
a { background-color: #90C598; }
a { background-color: rgb(144,197,152); }
div.DivClassName
{
background-color: #90C598;
}
.BgClassName
{
background-color: #90C598;
}
</style>
border-color css
<style>
span { border-color: #90C598; }
span { border-color: rgb(144,197,152); }
td.TdClassName
{
border-color: #90C598;
}
.TagClassName
{
border-color: #90C598;
}
</style>