Shades of Dark Sea Green #90BC83
Tints of Dark Sea Green #90BC83
RGB
CMYK
RGB Variations
Color information
#90BC83 (or 0x90BC83) is known color: Dark Sea Green. HEX triplet: 90, BC and 83. RGB value is (144,188,131). Sum of RGB (Red+Green+Blue) = 144+188+131=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BC83 is #6F437C. Grayscale: #A8A8A8. Windows color (decimal): -7291773 or 8633488. OLE color: 8633488.
HSL color Cylindrical-coordinate representation of color #90BC83: hue angle of 106.32º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90BC83 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 131 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.26 |
| HSL | 106.32º | 0.3% | 0.63% | - |
| HSV(B) | 106.32º | 0.3% | 0.74% | - |
| XYZ | 33.58 | 43.53 | 28.11 | - |
| YUV | 168.35 | 106.92 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 131 | 0.23 | 0 | 0.30 | 0.26 | 106.32 | 0.3 | 0.63 |
| Hex | 90 | BC | 83 | 17 | 0 | 1E | 1A | 6A | 1E | 3F |
| Octal | 220 | 274 | 203 | 27 | 0 | 36 | 32 | 152 | 36 | 77 |
| Binary | 10010000 | 10111100 | 10000011 | 10111 | 0 | 11110 | 11010 | 1101010 | 11110 | 111111 |
Color Harmonies of #90BC83
Complementary color
Monochromatic Colors of #90BC83
Black with #90BC83
Text Example
Text Example
White with #90BC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BC83; }
p { color: rgb(144,188,131); }
H1.HeaderClassName
{
color: #90BC83;
}
.AnyTagClassName
{
color: #90BC83;
}
</style>
background-color css
<style>
a { background-color: #90BC83; }
a { background-color: rgb(144,188,131); }
div.DivClassName
{
background-color: #90BC83;
}
.BgClassName
{
background-color: #90BC83;
}
</style>
border-color css
<style>
span { border-color: #90BC83; }
span { border-color: rgb(144,188,131); }
td.TdClassName
{
border-color: #90BC83;
}
.TagClassName
{
border-color: #90BC83;
}
</style>