Shades of Dark Sea Green #90C08D
Tints of Dark Sea Green #90C08D
RGB
CMYK
RGB Variations
Color information
#90C08D (or 0x90C08D) is known color: Dark Sea Green. HEX triplet: 90, C0 and 8D. RGB value is (144,192,141). Sum of RGB (Red+Green+Blue) = 144+192+141=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #90C08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C08D is #6F3F72. Grayscale: #ABABAB. Windows color (decimal): -7290739 or 9289872. OLE color: 9289872.
HSL color Cylindrical-coordinate representation of color #90C08D: hue angle of 116.47º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90C08D is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 192 | 141 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.25 |
| HSL | 116.47º | 0.29% | 0.65% | - |
| HSV(B) | 116.47º | 0.27% | 0.75% | - |
| XYZ | 35.16 | 45.55 | 32.14 | - |
| YUV | 171.83 | 110.6 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 141 | 0.25 | 0 | 0.27 | 0.25 | 116.47 | 0.29 | 0.65 |
| Hex | 90 | C0 | 8D | 19 | 0 | 1B | 19 | 74 | 1D | 41 |
| Octal | 220 | 300 | 215 | 31 | 0 | 33 | 31 | 164 | 35 | 101 |
| Binary | 10010000 | 11000000 | 10001101 | 11001 | 0 | 11011 | 11001 | 1110100 | 11101 | 1000001 |
Color Harmonies of #90C08D
Complementary color
Monochromatic Colors of #90C08D
Black with #90C08D
Text Example
Text Example
White with #90C08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C08D; }
p { color: rgb(144,192,141); }
H1.HeaderClassName
{
color: #90C08D;
}
.AnyTagClassName
{
color: #90C08D;
}
</style>
background-color css
<style>
a { background-color: #90C08D; }
a { background-color: rgb(144,192,141); }
div.DivClassName
{
background-color: #90C08D;
}
.BgClassName
{
background-color: #90C08D;
}
</style>
border-color css
<style>
span { border-color: #90C08D; }
span { border-color: rgb(144,192,141); }
td.TdClassName
{
border-color: #90C08D;
}
.TagClassName
{
border-color: #90C08D;
}
</style>