Shades of Dark Sea Green #8AC186
Tints of Dark Sea Green #8AC186
RGB
CMYK
RGB Variations
Color information
#8AC186 (or 0x8AC186) is known color: Dark Sea Green. HEX triplet: 8A, C1 and 86. RGB value is (138,193,134). Sum of RGB (Red+Green+Blue) = 138+193+134=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC186 is #753E79. Grayscale: #AAAAAA. Windows color (decimal): -7683706 or 8831370. OLE color: 8831370.
HSL color Cylindrical-coordinate representation of color #8AC186: hue angle of 115.93º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AC186 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 193 | 134 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.24 |
| HSL | 115.93º | 0.32% | 0.64% | - |
| HSV(B) | 115.93º | 0.31% | 0.76% | - |
| XYZ | 33.85 | 45.26 | 29.51 | - |
| YUV | 169.83 | 107.78 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 134 | 0.28 | 0 | 0.31 | 0.24 | 115.93 | 0.32 | 0.64 |
| Hex | 8A | C1 | 86 | 1C | 0 | 1F | 18 | 74 | 20 | 40 |
| Octal | 212 | 301 | 206 | 34 | 0 | 37 | 30 | 164 | 40 | 100 |
| Binary | 10001010 | 11000001 | 10000110 | 11100 | 0 | 11111 | 11000 | 1110100 | 100000 | 1000000 |
Color Harmonies of #8AC186
Complementary color
Monochromatic Colors of #8AC186
Black with #8AC186
Text Example
Text Example
White with #8AC186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC186; }
p { color: rgb(138,193,134); }
H1.HeaderClassName
{
color: #8AC186;
}
.AnyTagClassName
{
color: #8AC186;
}
</style>
background-color css
<style>
a { background-color: #8AC186; }
a { background-color: rgb(138,193,134); }
div.DivClassName
{
background-color: #8AC186;
}
.BgClassName
{
background-color: #8AC186;
}
</style>
border-color css
<style>
span { border-color: #8AC186; }
span { border-color: rgb(138,193,134); }
td.TdClassName
{
border-color: #8AC186;
}
.TagClassName
{
border-color: #8AC186;
}
</style>