Shades of Dark Sea Green #90C58B
Tints of Dark Sea Green #90C58B
RGB
CMYK
RGB Variations
Color information
#90C58B (or 0x90C58B) is known color: Dark Sea Green. HEX triplet: 90, C5 and 8B. RGB value is (144,197,139). Sum of RGB (Red+Green+Blue) = 144+197+139=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 197 - color contains mainly: green. Hex color #90C58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C58B is #6F3A74. Grayscale: #AEAEAE. Windows color (decimal): -7289461 or 9160080. OLE color: 9160080.
HSL color Cylindrical-coordinate representation of color #90C58B: hue angle of 114.83º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90C58B is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 139 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.23 |
| HSL | 114.83º | 0.33% | 0.66% | - |
| HSV(B) | 114.83º | 0.29% | 0.77% | - |
| XYZ | 36.13 | 47.73 | 31.73 | - |
| YUV | 174.54 | 107.94 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 139 | 0.27 | 0 | 0.29 | 0.23 | 114.83 | 0.33 | 0.66 |
| Hex | 90 | C5 | 8B | 1B | 0 | 1D | 17 | 73 | 21 | 42 |
| Octal | 220 | 305 | 213 | 33 | 0 | 35 | 27 | 163 | 41 | 102 |
| Binary | 10010000 | 11000101 | 10001011 | 11011 | 0 | 11101 | 10111 | 1110011 | 100001 | 1000010 |
Color Harmonies of #90C58B
Complementary color
Monochromatic Colors of #90C58B
Black with #90C58B
Text Example
Text Example
White with #90C58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C58B; }
p { color: rgb(144,197,139); }
H1.HeaderClassName
{
color: #90C58B;
}
.AnyTagClassName
{
color: #90C58B;
}
</style>
background-color css
<style>
a { background-color: #90C58B; }
a { background-color: rgb(144,197,139); }
div.DivClassName
{
background-color: #90C58B;
}
.BgClassName
{
background-color: #90C58B;
}
</style>
border-color css
<style>
span { border-color: #90C58B; }
span { border-color: rgb(144,197,139); }
td.TdClassName
{
border-color: #90C58B;
}
.TagClassName
{
border-color: #90C58B;
}
</style>