Shades of Dark Sea Green #85BC8A
Tints of Dark Sea Green #85BC8A
RGB
CMYK
RGB Variations
Color information
#85BC8A (or 0x85BC8A) is known color: Dark Sea Green. HEX triplet: 85, BC and 8A. RGB value is (133,188,138). Sum of RGB (Red+Green+Blue) = 133+188+138=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BC8A is #7A4375. Grayscale: #A6A6A6. Windows color (decimal): -8012662 or 9092229. OLE color: 9092229.
HSL color Cylindrical-coordinate representation of color #85BC8A: hue angle of 125.45º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85BC8A is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 138 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.26 |
| HSL | 125.45º | 0.29% | 0.63% | - |
| HSV(B) | 125.45º | 0.29% | 0.74% | - |
| XYZ | 32.24 | 42.79 | 30.6 | - |
| YUV | 165.86 | 112.28 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 138 | 0.29 | 0 | 0.27 | 0.26 | 125.45 | 0.29 | 0.63 |
| Hex | 85 | BC | 8A | 1D | 0 | 1B | 1A | 7D | 1D | 3F |
| Octal | 205 | 274 | 212 | 35 | 0 | 33 | 32 | 175 | 35 | 77 |
| Binary | 10000101 | 10111100 | 10001010 | 11101 | 0 | 11011 | 11010 | 1111101 | 11101 | 111111 |
Color Harmonies of #85BC8A
Complementary color
Monochromatic Colors of #85BC8A
Black with #85BC8A
Text Example
Text Example
White with #85BC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC8A; }
p { color: rgb(133,188,138); }
H1.HeaderClassName
{
color: #85BC8A;
}
.AnyTagClassName
{
color: #85BC8A;
}
</style>
background-color css
<style>
a { background-color: #85BC8A; }
a { background-color: rgb(133,188,138); }
div.DivClassName
{
background-color: #85BC8A;
}
.BgClassName
{
background-color: #85BC8A;
}
</style>
border-color css
<style>
span { border-color: #85BC8A; }
span { border-color: rgb(133,188,138); }
td.TdClassName
{
border-color: #85BC8A;
}
.TagClassName
{
border-color: #85BC8A;
}
</style>