Shades of Summer Green #8ABCA0
Tints of Summer Green #8ABCA0
RGB
CMYK
RGB Variations
Color information
#8ABCA0 (or 0x8ABCA0) is known color: Summer Green. HEX triplet: 8A, BC and A0. RGB value is (138,188,160). Sum of RGB (Red+Green+Blue) = 138+188+160=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABCA0 is #75435F. Grayscale: #A9A9A9. Windows color (decimal): -7684960 or 10534026. OLE color: 10534026.
HSL color Cylindrical-coordinate representation of color #8ABCA0: hue angle of 146.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABCA0 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 160 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.26 |
| HSL | 146.4º | 0.27% | 0.64% | - |
| HSV(B) | 146.4º | 0.27% | 0.74% | - |
| XYZ | 34.81 | 43.91 | 39.9 | - |
| YUV | 169.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 160 | 0.27 | 0 | 0.15 | 0.26 | 146.4 | 0.27 | 0.64 |
| Hex | 8A | BC | A0 | 1B | 0 | F | 1A | 92 | 1B | 40 |
| Octal | 212 | 274 | 240 | 33 | 0 | 17 | 32 | 222 | 33 | 100 |
| Binary | 10001010 | 10111100 | 10100000 | 11011 | 0 | 1111 | 11010 | 10010010 | 11011 | 1000000 |
Color Harmonies of #8ABCA0
Complementary color
Monochromatic Colors of #8ABCA0
Black with #8ABCA0
Text Example
Text Example
White with #8ABCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABCA0; }
p { color: rgb(138,188,160); }
H1.HeaderClassName
{
color: #8ABCA0;
}
.AnyTagClassName
{
color: #8ABCA0;
}
</style>
background-color css
<style>
a { background-color: #8ABCA0; }
a { background-color: rgb(138,188,160); }
div.DivClassName
{
background-color: #8ABCA0;
}
.BgClassName
{
background-color: #8ABCA0;
}
</style>
border-color css
<style>
span { border-color: #8ABCA0; }
span { border-color: rgb(138,188,160); }
td.TdClassName
{
border-color: #8ABCA0;
}
.TagClassName
{
border-color: #8ABCA0;
}
</style>