Shades of Dark Sea Green #85BA8A
Tints of Dark Sea Green #85BA8A
RGB
CMYK
RGB Variations
Color information
#85BA8A (or 0x85BA8A) is known color: Dark Sea Green. HEX triplet: 85, BA and 8A. RGB value is (133,186,138). Sum of RGB (Red+Green+Blue) = 133+186+138=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BA8A is #7A4575. Grayscale: #A4A4A4. Windows color (decimal): -8013174 or 9091717. OLE color: 9091717.
HSL color Cylindrical-coordinate representation of color #85BA8A: hue angle of 125.66º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85BA8A is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 138 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.27 |
| HSL | 125.66º | 0.28% | 0.63% | - |
| HSV(B) | 125.66º | 0.28% | 0.73% | - |
| XYZ | 31.82 | 41.94 | 30.46 | - |
| YUV | 164.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 138 | 0.28 | 0 | 0.26 | 0.27 | 125.66 | 0.28 | 0.63 |
| Hex | 85 | BA | 8A | 1C | 0 | 1A | 1B | 7E | 1C | 3F |
| Octal | 205 | 272 | 212 | 34 | 0 | 32 | 33 | 176 | 34 | 77 |
| Binary | 10000101 | 10111010 | 10001010 | 11100 | 0 | 11010 | 11011 | 1111110 | 11100 | 111111 |
Color Harmonies of #85BA8A
Complementary color
Monochromatic Colors of #85BA8A
Black with #85BA8A
Text Example
Text Example
White with #85BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA8A; }
p { color: rgb(133,186,138); }
H1.HeaderClassName
{
color: #85BA8A;
}
.AnyTagClassName
{
color: #85BA8A;
}
</style>
background-color css
<style>
a { background-color: #85BA8A; }
a { background-color: rgb(133,186,138); }
div.DivClassName
{
background-color: #85BA8A;
}
.BgClassName
{
background-color: #85BA8A;
}
</style>
border-color css
<style>
span { border-color: #85BA8A; }
span { border-color: rgb(133,186,138); }
td.TdClassName
{
border-color: #85BA8A;
}
.TagClassName
{
border-color: #85BA8A;
}
</style>