Shades of Dark Sea Green #84BB8C
Tints of Dark Sea Green #84BB8C
RGB
CMYK
RGB Variations
Color information
#84BB8C (or 0x84BB8C) is known color: Dark Sea Green. HEX triplet: 84, BB and 8C. RGB value is (132,187,140). Sum of RGB (Red+Green+Blue) = 132+187+140=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #84BB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BB8C is #7B4473. Grayscale: #A5A5A5. Windows color (decimal): -8078452 or 9223044. OLE color: 9223044.
HSL color Cylindrical-coordinate representation of color #84BB8C: hue angle of 128.73º degrees, saturation: 0.29, 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 #84BB8C is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 187 | 140 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.27 |
| HSL | 128.73º | 0.29% | 0.63% | - |
| HSV(B) | 128.73º | 0.29% | 0.73% | - |
| XYZ | 32.02 | 42.34 | 31.3 | - |
| YUV | 165.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 140 | 0.29 | 0 | 0.25 | 0.27 | 128.73 | 0.29 | 0.63 |
| Hex | 84 | BB | 8C | 1D | 0 | 19 | 1B | 81 | 1D | 3F |
| Octal | 204 | 273 | 214 | 35 | 0 | 31 | 33 | 201 | 35 | 77 |
| Binary | 10000100 | 10111011 | 10001100 | 11101 | 0 | 11001 | 11011 | 10000001 | 11101 | 111111 |
Color Harmonies of #84BB8C
Complementary color
Monochromatic Colors of #84BB8C
Black with #84BB8C
Text Example
Text Example
White with #84BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BB8C; }
p { color: rgb(132,187,140); }
H1.HeaderClassName
{
color: #84BB8C;
}
.AnyTagClassName
{
color: #84BB8C;
}
</style>
background-color css
<style>
a { background-color: #84BB8C; }
a { background-color: rgb(132,187,140); }
div.DivClassName
{
background-color: #84BB8C;
}
.BgClassName
{
background-color: #84BB8C;
}
</style>
border-color css
<style>
span { border-color: #84BB8C; }
span { border-color: rgb(132,187,140); }
td.TdClassName
{
border-color: #84BB8C;
}
.TagClassName
{
border-color: #84BB8C;
}
</style>