Shades of Dark Sea Green #90C382
Tints of Dark Sea Green #90C382
RGB
CMYK
RGB Variations
Color information
#90C382 (or 0x90C382) is known color: Dark Sea Green. HEX triplet: 90, C3 and 82. RGB value is (144,195,130). Sum of RGB (Red+Green+Blue) = 144+195+130=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #90C382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C382 is #6F3C7D. Grayscale: #ACACAC. Windows color (decimal): -7289982 or 8569744. OLE color: 8569744.
HSL color Cylindrical-coordinate representation of color #90C382: hue angle of 107.08º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90C382 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 195 | 130 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.24 |
| HSL | 107.08º | 0.35% | 0.64% | - |
| HSV(B) | 107.08º | 0.33% | 0.76% | - |
| XYZ | 35.05 | 46.57 | 28.26 | - |
| YUV | 172.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 195 | 130 | 0.26 | 0 | 0.33 | 0.24 | 107.08 | 0.35 | 0.64 |
| Hex | 90 | C3 | 82 | 1A | 0 | 21 | 18 | 6B | 23 | 40 |
| Octal | 220 | 303 | 202 | 32 | 0 | 41 | 30 | 153 | 43 | 100 |
| Binary | 10010000 | 11000011 | 10000010 | 11010 | 0 | 100001 | 11000 | 1101011 | 100011 | 1000000 |
Color Harmonies of #90C382
Complementary color
Monochromatic Colors of #90C382
Black with #90C382
Text Example
Text Example
White with #90C382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C382; }
p { color: rgb(144,195,130); }
H1.HeaderClassName
{
color: #90C382;
}
.AnyTagClassName
{
color: #90C382;
}
</style>
background-color css
<style>
a { background-color: #90C382; }
a { background-color: rgb(144,195,130); }
div.DivClassName
{
background-color: #90C382;
}
.BgClassName
{
background-color: #90C382;
}
</style>
border-color css
<style>
span { border-color: #90C382; }
span { border-color: rgb(144,195,130); }
td.TdClassName
{
border-color: #90C382;
}
.TagClassName
{
border-color: #90C382;
}
</style>