Shades of Summer Green #8ABC9F
Tints of Summer Green #8ABC9F
RGB
CMYK
RGB Variations
Color information
#8ABC9F (or 0x8ABC9F) is known color: Summer Green. HEX triplet: 8A, BC and 9F. RGB value is (138,188,159). Sum of RGB (Red+Green+Blue) = 138+188+159=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABC9F is #754360. Grayscale: #A9A9A9. Windows color (decimal): -7684961 or 10468490. OLE color: 10468490.
HSL color Cylindrical-coordinate representation of color #8ABC9F: hue angle of 145.2º 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 #8ABC9F is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 159 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.26 |
| HSL | 145.2º | 0.27% | 0.64% | - |
| HSV(B) | 145.2º | 0.27% | 0.74% | - |
| XYZ | 34.72 | 43.87 | 39.44 | - |
| YUV | 169.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 159 | 0.27 | 0 | 0.15 | 0.26 | 145.2 | 0.27 | 0.64 |
| Hex | 8A | BC | 9F | 1B | 0 | F | 1A | 91 | 1B | 40 |
| Octal | 212 | 274 | 237 | 33 | 0 | 17 | 32 | 221 | 33 | 100 |
| Binary | 10001010 | 10111100 | 10011111 | 11011 | 0 | 1111 | 11010 | 10010001 | 11011 | 1000000 |
Color Harmonies of #8ABC9F
Complementary color
Monochromatic Colors of #8ABC9F
Black with #8ABC9F
Text Example
Text Example
White with #8ABC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC9F; }
p { color: rgb(138,188,159); }
H1.HeaderClassName
{
color: #8ABC9F;
}
.AnyTagClassName
{
color: #8ABC9F;
}
</style>
background-color css
<style>
a { background-color: #8ABC9F; }
a { background-color: rgb(138,188,159); }
div.DivClassName
{
background-color: #8ABC9F;
}
.BgClassName
{
background-color: #8ABC9F;
}
</style>
border-color css
<style>
span { border-color: #8ABC9F; }
span { border-color: rgb(138,188,159); }
td.TdClassName
{
border-color: #8ABC9F;
}
.TagClassName
{
border-color: #8ABC9F;
}
</style>