Shades of Dark Sea Green #90C282
Tints of Dark Sea Green #90C282
RGB
CMYK
RGB Variations
Color information
#90C282 (or 0x90C282) is known color: Dark Sea Green. HEX triplet: 90, C2 and 82. RGB value is (144,194,130). Sum of RGB (Red+Green+Blue) = 144+194+130=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #90C282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C282 is #6F3D7D. Grayscale: #ABABAB. Windows color (decimal): -7290238 or 8569488. OLE color: 8569488.
HSL color Cylindrical-coordinate representation of color #90C282: hue angle of 106.88º degrees, saturation: 0.34, 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 #90C282 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 194 | 130 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.24 |
| HSL | 106.88º | 0.34% | 0.64% | - |
| HSV(B) | 106.88º | 0.33% | 0.76% | - |
| XYZ | 34.82 | 46.12 | 28.19 | - |
| YUV | 171.75 | 104.44 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 194 | 130 | 0.26 | 0 | 0.33 | 0.24 | 106.88 | 0.34 | 0.64 |
| Hex | 90 | C2 | 82 | 1A | 0 | 21 | 18 | 6B | 22 | 40 |
| Octal | 220 | 302 | 202 | 32 | 0 | 41 | 30 | 153 | 42 | 100 |
| Binary | 10010000 | 11000010 | 10000010 | 11010 | 0 | 100001 | 11000 | 1101011 | 100010 | 1000000 |
Color Harmonies of #90C282
Complementary color
Monochromatic Colors of #90C282
Black with #90C282
Text Example
Text Example
White with #90C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C282; }
p { color: rgb(144,194,130); }
H1.HeaderClassName
{
color: #90C282;
}
.AnyTagClassName
{
color: #90C282;
}
</style>
background-color css
<style>
a { background-color: #90C282; }
a { background-color: rgb(144,194,130); }
div.DivClassName
{
background-color: #90C282;
}
.BgClassName
{
background-color: #90C282;
}
</style>
border-color css
<style>
span { border-color: #90C282; }
span { border-color: rgb(144,194,130); }
td.TdClassName
{
border-color: #90C282;
}
.TagClassName
{
border-color: #90C282;
}
</style>