Shades of Dark Sea Green #8AC188
Tints of Dark Sea Green #8AC188
RGB
CMYK
RGB Variations
Color information
#8AC188 (or 0x8AC188) is known color: Dark Sea Green. HEX triplet: 8A, C1 and 88. RGB value is (138,193,136). Sum of RGB (Red+Green+Blue) = 138+193+136=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC188 is #753E77. Grayscale: #AAAAAA. Windows color (decimal): -7683704 or 8962442. OLE color: 8962442.
HSL color Cylindrical-coordinate representation of color #8AC188: hue angle of 117.89º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AC188 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 193 | 136 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.24 |
| HSL | 117.89º | 0.31% | 0.65% | - |
| HSV(B) | 117.89º | 0.3% | 0.76% | - |
| XYZ | 34 | 45.32 | 30.25 | - |
| YUV | 170.06 | 108.78 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 136 | 0.28 | 0 | 0.30 | 0.24 | 117.89 | 0.31 | 0.65 |
| Hex | 8A | C1 | 88 | 1C | 0 | 1E | 18 | 76 | 1F | 41 |
| Octal | 212 | 301 | 210 | 34 | 0 | 36 | 30 | 166 | 37 | 101 |
| Binary | 10001010 | 11000001 | 10001000 | 11100 | 0 | 11110 | 11000 | 1110110 | 11111 | 1000001 |
Color Harmonies of #8AC188
Complementary color
Monochromatic Colors of #8AC188
Black with #8AC188
Text Example
Text Example
White with #8AC188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC188; }
p { color: rgb(138,193,136); }
H1.HeaderClassName
{
color: #8AC188;
}
.AnyTagClassName
{
color: #8AC188;
}
</style>
background-color css
<style>
a { background-color: #8AC188; }
a { background-color: rgb(138,193,136); }
div.DivClassName
{
background-color: #8AC188;
}
.BgClassName
{
background-color: #8AC188;
}
</style>
border-color css
<style>
span { border-color: #8AC188; }
span { border-color: rgb(138,193,136); }
td.TdClassName
{
border-color: #8AC188;
}
.TagClassName
{
border-color: #8AC188;
}
</style>