Shades of Dark Sea Green #85BB8B
Tints of Dark Sea Green #85BB8B
RGB
CMYK
RGB Variations
Color information
#85BB8B (or 0x85BB8B) is known color: Dark Sea Green. HEX triplet: 85, BB and 8B. RGB value is (133,187,139). Sum of RGB (Red+Green+Blue) = 133+187+139=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BB8B is #7A4474. Grayscale: #A5A5A5. Windows color (decimal): -8012917 or 9157509. OLE color: 9157509.
HSL color Cylindrical-coordinate representation of color #85BB8B: hue angle of 126.67º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85BB8B is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 187 | 139 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.27 |
| HSL | 126.67º | 0.28% | 0.63% | - |
| HSV(B) | 126.67º | 0.29% | 0.73% | - |
| XYZ | 32.1 | 42.39 | 30.92 | - |
| YUV | 165.38 | 113.11 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 139 | 0.29 | 0 | 0.26 | 0.27 | 126.67 | 0.28 | 0.63 |
| Hex | 85 | BB | 8B | 1D | 0 | 1A | 1B | 7F | 1C | 3F |
| Octal | 205 | 273 | 213 | 35 | 0 | 32 | 33 | 177 | 34 | 77 |
| Binary | 10000101 | 10111011 | 10001011 | 11101 | 0 | 11010 | 11011 | 1111111 | 11100 | 111111 |
Color Harmonies of #85BB8B
Complementary color
Monochromatic Colors of #85BB8B
Black with #85BB8B
Text Example
Text Example
White with #85BB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BB8B; }
p { color: rgb(133,187,139); }
H1.HeaderClassName
{
color: #85BB8B;
}
.AnyTagClassName
{
color: #85BB8B;
}
</style>
background-color css
<style>
a { background-color: #85BB8B; }
a { background-color: rgb(133,187,139); }
div.DivClassName
{
background-color: #85BB8B;
}
.BgClassName
{
background-color: #85BB8B;
}
</style>
border-color css
<style>
span { border-color: #85BB8B; }
span { border-color: rgb(133,187,139); }
td.TdClassName
{
border-color: #85BB8B;
}
.TagClassName
{
border-color: #85BB8B;
}
</style>