Shades of Dark Sea Green #84B07E
Tints of Dark Sea Green #84B07E
RGB
CMYK
RGB Variations
Color information
#84B07E (or 0x84B07E) is known color: Dark Sea Green. HEX triplet: 84, B0 and 7E. RGB value is (132,176,126). Sum of RGB (Red+Green+Blue) = 132+176+126=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 176 - color contains mainly: green. Hex color #84B07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B07E is #7B4F81. Grayscale: #9D9D9D. Windows color (decimal): -8081282 or 8302724. OLE color: 8302724.
HSL color Cylindrical-coordinate representation of color #84B07E: hue angle of 112.8º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84B07E is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 176 | 126 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.31 |
| HSL | 112.8º | 0.24% | 0.59% | - |
| HSV(B) | 112.8º | 0.28% | 0.69% | - |
| XYZ | 28.81 | 37.46 | 25.45 | - |
| YUV | 157.14 | 110.42 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 176 | 126 | 0.25 | 0 | 0.28 | 0.31 | 112.8 | 0.24 | 0.59 |
| Hex | 84 | B0 | 7E | 19 | 0 | 1C | 1F | 71 | 18 | 3B |
| Octal | 204 | 260 | 176 | 31 | 0 | 34 | 37 | 161 | 30 | 73 |
| Binary | 10000100 | 10110000 | 1111110 | 11001 | 0 | 11100 | 11111 | 1110001 | 11000 | 111011 |
Color Harmonies of #84B07E
Complementary color
Monochromatic Colors of #84B07E
Black with #84B07E
Text Example
Text Example
White with #84B07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B07E; }
p { color: rgb(132,176,126); }
H1.HeaderClassName
{
color: #84B07E;
}
.AnyTagClassName
{
color: #84B07E;
}
</style>
background-color css
<style>
a { background-color: #84B07E; }
a { background-color: rgb(132,176,126); }
div.DivClassName
{
background-color: #84B07E;
}
.BgClassName
{
background-color: #84B07E;
}
</style>
border-color css
<style>
span { border-color: #84B07E; }
span { border-color: rgb(132,176,126); }
td.TdClassName
{
border-color: #84B07E;
}
.TagClassName
{
border-color: #84B07E;
}
</style>