Shades of Dark Sea Green #85B48A
Tints of Dark Sea Green #85B48A
RGB
CMYK
RGB Variations
Color information
#85B48A (or 0x85B48A) is known color: Dark Sea Green. HEX triplet: 85, B4 and 8A. RGB value is (133,180,138). Sum of RGB (Red+Green+Blue) = 133+180+138=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 180 - color contains mainly: green. Hex color #85B48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B48A is #7A4B75. Grayscale: #A1A1A1. Windows color (decimal): -8014710 or 9090181. OLE color: 9090181.
HSL color Cylindrical-coordinate representation of color #85B48A: hue angle of 126.38º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85B48A is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 180 | 138 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.29 |
| HSL | 126.38º | 0.24% | 0.61% | - |
| HSV(B) | 126.38º | 0.26% | 0.71% | - |
| XYZ | 30.58 | 39.46 | 30.05 | - |
| YUV | 161.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 180 | 138 | 0.26 | 0 | 0.23 | 0.29 | 126.38 | 0.24 | 0.61 |
| Hex | 85 | B4 | 8A | 1A | 0 | 17 | 1D | 7E | 18 | 3D |
| Octal | 205 | 264 | 212 | 32 | 0 | 27 | 35 | 176 | 30 | 75 |
| Binary | 10000101 | 10110100 | 10001010 | 11010 | 0 | 10111 | 11101 | 1111110 | 11000 | 111101 |
Color Harmonies of #85B48A
Complementary color
Monochromatic Colors of #85B48A
Black with #85B48A
Text Example
Text Example
White with #85B48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B48A; }
p { color: rgb(133,180,138); }
H1.HeaderClassName
{
color: #85B48A;
}
.AnyTagClassName
{
color: #85B48A;
}
</style>
background-color css
<style>
a { background-color: #85B48A; }
a { background-color: rgb(133,180,138); }
div.DivClassName
{
background-color: #85B48A;
}
.BgClassName
{
background-color: #85B48A;
}
</style>
border-color css
<style>
span { border-color: #85B48A; }
span { border-color: rgb(133,180,138); }
td.TdClassName
{
border-color: #85B48A;
}
.TagClassName
{
border-color: #85B48A;
}
</style>