Shades of Dark Sea Green #83BC8C
Tints of Dark Sea Green #83BC8C
RGB
CMYK
RGB Variations
Color information
#83BC8C (or 0x83BC8C) is known color: Dark Sea Green. HEX triplet: 83, BC and 8C. RGB value is (131,188,140). Sum of RGB (Red+Green+Blue) = 131+188+140=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BC8C is #7C4373. Grayscale: #A5A5A5. Windows color (decimal): -8143732 or 9223299. OLE color: 9223299.
HSL color Cylindrical-coordinate representation of color #83BC8C: hue angle of 129.47º 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 #83BC8C is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 140 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.26 |
| HSL | 129.47º | 0.3% | 0.63% | - |
| HSV(B) | 129.47º | 0.3% | 0.74% | - |
| XYZ | 32.08 | 42.69 | 31.36 | - |
| YUV | 165.49 | 113.62 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 140 | 0.30 | 0 | 0.26 | 0.26 | 129.47 | 0.3 | 0.63 |
| Hex | 83 | BC | 8C | 1E | 0 | 1A | 1A | 81 | 1E | 3F |
| Octal | 203 | 274 | 214 | 36 | 0 | 32 | 32 | 201 | 36 | 77 |
| Binary | 10000011 | 10111100 | 10001100 | 11110 | 0 | 11010 | 11010 | 10000001 | 11110 | 111111 |
Color Harmonies of #83BC8C
Complementary color
Monochromatic Colors of #83BC8C
Black with #83BC8C
Text Example
Text Example
White with #83BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC8C; }
p { color: rgb(131,188,140); }
H1.HeaderClassName
{
color: #83BC8C;
}
.AnyTagClassName
{
color: #83BC8C;
}
</style>
background-color css
<style>
a { background-color: #83BC8C; }
a { background-color: rgb(131,188,140); }
div.DivClassName
{
background-color: #83BC8C;
}
.BgClassName
{
background-color: #83BC8C;
}
</style>
border-color css
<style>
span { border-color: #83BC8C; }
span { border-color: rgb(131,188,140); }
td.TdClassName
{
border-color: #83BC8C;
}
.TagClassName
{
border-color: #83BC8C;
}
</style>