Shades of Dark Sea Green #8ABC7B
Tints of Dark Sea Green #8ABC7B
RGB
CMYK
RGB Variations
Color information
#8ABC7B (or 0x8ABC7B) is known color: Dark Sea Green. HEX triplet: 8A, BC and 7B. RGB value is (138,188,123). Sum of RGB (Red+Green+Blue) = 138+188+123=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABC7B is #754384. Grayscale: #A5A5A5. Windows color (decimal): -7684997 or 8109194. OLE color: 8109194.
HSL color Cylindrical-coordinate representation of color #8ABC7B: hue angle of 106.15º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ABC7B is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 123 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.26 |
| HSL | 106.15º | 0.33% | 0.61% | - |
| HSV(B) | 106.15º | 0.35% | 0.74% | - |
| XYZ | 32.04 | 42.8 | 25.31 | - |
| YUV | 165.64 | 103.94 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 123 | 0.27 | 0 | 0.35 | 0.26 | 106.15 | 0.33 | 0.61 |
| Hex | 8A | BC | 7B | 1B | 0 | 23 | 1A | 6A | 21 | 3D |
| Octal | 212 | 274 | 173 | 33 | 0 | 43 | 32 | 152 | 41 | 75 |
| Binary | 10001010 | 10111100 | 1111011 | 11011 | 0 | 100011 | 11010 | 1101010 | 100001 | 111101 |
Color Harmonies of #8ABC7B
Complementary color
Monochromatic Colors of #8ABC7B
Black with #8ABC7B
Text Example
Text Example
White with #8ABC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC7B; }
p { color: rgb(138,188,123); }
H1.HeaderClassName
{
color: #8ABC7B;
}
.AnyTagClassName
{
color: #8ABC7B;
}
</style>
background-color css
<style>
a { background-color: #8ABC7B; }
a { background-color: rgb(138,188,123); }
div.DivClassName
{
background-color: #8ABC7B;
}
.BgClassName
{
background-color: #8ABC7B;
}
</style>
border-color css
<style>
span { border-color: #8ABC7B; }
span { border-color: rgb(138,188,123); }
td.TdClassName
{
border-color: #8ABC7B;
}
.TagClassName
{
border-color: #8ABC7B;
}
</style>