Shades of Dark Sea Green #84B988
Tints of Dark Sea Green #84B988
RGB
CMYK
RGB Variations
Color information
#84B988 (or 0x84B988) is known color: Dark Sea Green. HEX triplet: 84, B9 and 88. RGB value is (132,185,136). Sum of RGB (Red+Green+Blue) = 132+185+136=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #84B988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B988 is #7B4677. Grayscale: #A3A3A3. Windows color (decimal): -8078968 or 8960388. OLE color: 8960388.
HSL color Cylindrical-coordinate representation of color #84B988: hue angle of 124.53º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84B988 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 185 | 136 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.27 |
| HSL | 124.53º | 0.27% | 0.62% | - |
| HSV(B) | 124.53º | 0.29% | 0.73% | - |
| XYZ | 31.31 | 41.38 | 29.63 | - |
| YUV | 163.57 | 112.44 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 185 | 136 | 0.29 | 0 | 0.26 | 0.27 | 124.53 | 0.27 | 0.62 |
| Hex | 84 | B9 | 88 | 1D | 0 | 1A | 1B | 7D | 1B | 3E |
| Octal | 204 | 271 | 210 | 35 | 0 | 32 | 33 | 175 | 33 | 76 |
| Binary | 10000100 | 10111001 | 10001000 | 11101 | 0 | 11010 | 11011 | 1111101 | 11011 | 111110 |
Color Harmonies of #84B988
Complementary color
Monochromatic Colors of #84B988
Black with #84B988
Text Example
Text Example
White with #84B988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B988; }
p { color: rgb(132,185,136); }
H1.HeaderClassName
{
color: #84B988;
}
.AnyTagClassName
{
color: #84B988;
}
</style>
background-color css
<style>
a { background-color: #84B988; }
a { background-color: rgb(132,185,136); }
div.DivClassName
{
background-color: #84B988;
}
.BgClassName
{
background-color: #84B988;
}
</style>
border-color css
<style>
span { border-color: #84B988; }
span { border-color: rgb(132,185,136); }
td.TdClassName
{
border-color: #84B988;
}
.TagClassName
{
border-color: #84B988;
}
</style>