Shades of Dark Sea Green #83B47F
Tints of Dark Sea Green #83B47F
RGB
CMYK
RGB Variations
Color information
#83B47F (or 0x83B47F) is known color: Dark Sea Green. HEX triplet: 83, B4 and 7F. RGB value is (131,180,127). Sum of RGB (Red+Green+Blue) = 131+180+127=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #83B47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B47F is #7C4B80. Grayscale: #9F9F9F. Windows color (decimal): -8145793 or 8369283. OLE color: 8369283.
HSL color Cylindrical-coordinate representation of color #83B47F: hue angle of 115.47º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83B47F is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 180 | 127 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.29 |
| HSL | 115.47º | 0.26% | 0.6% | - |
| HSV(B) | 115.47º | 0.29% | 0.71% | - |
| XYZ | 29.51 | 39 | 26.05 | - |
| YUV | 159.31 | 109.77 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 180 | 127 | 0.27 | 0 | 0.29 | 0.29 | 115.47 | 0.26 | 0.6 |
| Hex | 83 | B4 | 7F | 1B | 0 | 1D | 1D | 73 | 1A | 3C |
| Octal | 203 | 264 | 177 | 33 | 0 | 35 | 35 | 163 | 32 | 74 |
| Binary | 10000011 | 10110100 | 1111111 | 11011 | 0 | 11101 | 11101 | 1110011 | 11010 | 111100 |
Color Harmonies of #83B47F
Complementary color
Monochromatic Colors of #83B47F
Black with #83B47F
Text Example
Text Example
White with #83B47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B47F; }
p { color: rgb(131,180,127); }
H1.HeaderClassName
{
color: #83B47F;
}
.AnyTagClassName
{
color: #83B47F;
}
</style>
background-color css
<style>
a { background-color: #83B47F; }
a { background-color: rgb(131,180,127); }
div.DivClassName
{
background-color: #83B47F;
}
.BgClassName
{
background-color: #83B47F;
}
</style>
border-color css
<style>
span { border-color: #83B47F; }
span { border-color: rgb(131,180,127); }
td.TdClassName
{
border-color: #83B47F;
}
.TagClassName
{
border-color: #83B47F;
}
</style>