Shades of Dark Sea Green #83B17F
Tints of Dark Sea Green #83B17F
RGB
CMYK
RGB Variations
Color information
#83B17F (or 0x83B17F) is known color: Dark Sea Green. HEX triplet: 83, B1 and 7F. RGB value is (131,177,127). Sum of RGB (Red+Green+Blue) = 131+177+127=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 177 - color contains mainly: green. Hex color #83B17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B17F is #7C4E80. Grayscale: #9D9D9D. Windows color (decimal): -8146561 or 8368515. OLE color: 8368515.
HSL color Cylindrical-coordinate representation of color #83B17F: hue angle of 115.2º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83B17F is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 177 | 127 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.31 |
| HSL | 115.2º | 0.24% | 0.6% | - |
| HSV(B) | 115.2º | 0.28% | 0.69% | - |
| XYZ | 28.91 | 37.8 | 25.85 | - |
| YUV | 157.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 177 | 127 | 0.26 | 0 | 0.28 | 0.31 | 115.2 | 0.24 | 0.6 |
| Hex | 83 | B1 | 7F | 1A | 0 | 1C | 1F | 73 | 18 | 3C |
| Octal | 203 | 261 | 177 | 32 | 0 | 34 | 37 | 163 | 30 | 74 |
| Binary | 10000011 | 10110001 | 1111111 | 11010 | 0 | 11100 | 11111 | 1110011 | 11000 | 111100 |
Color Harmonies of #83B17F
Complementary color
Monochromatic Colors of #83B17F
Black with #83B17F
Text Example
Text Example
White with #83B17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B17F; }
p { color: rgb(131,177,127); }
H1.HeaderClassName
{
color: #83B17F;
}
.AnyTagClassName
{
color: #83B17F;
}
</style>
background-color css
<style>
a { background-color: #83B17F; }
a { background-color: rgb(131,177,127); }
div.DivClassName
{
background-color: #83B17F;
}
.BgClassName
{
background-color: #83B17F;
}
</style>
border-color css
<style>
span { border-color: #83B17F; }
span { border-color: rgb(131,177,127); }
td.TdClassName
{
border-color: #83B17F;
}
.TagClassName
{
border-color: #83B17F;
}
</style>