Shades of Summer Green #8AC2A6
Tints of Summer Green #8AC2A6
RGB
CMYK
RGB Variations
Color information
#8AC2A6 (or 0x8AC2A6) is known color: Summer Green. HEX triplet: 8A, C2 and A6. RGB value is (138,194,166). Sum of RGB (Red+Green+Blue) = 138+194+166=498 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.71% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 166 (65.23% from 255 or 33.33% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC2A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC2A6 is #753D59. Grayscale: #AEAEAE. Windows color (decimal): -7683418 or 10928778. OLE color: 10928778.
HSL color Cylindrical-coordinate representation of color #8AC2A6: hue angle of 150º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AC2A6 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 194 | 166 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.24 |
| HSL | 150º | 0.31% | 0.65% | - |
| HSV(B) | 150º | 0.29% | 0.76% | - |
| XYZ | 36.66 | 46.74 | 43.17 | - |
| YUV | 174.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 166 | 0.29 | 0 | 0.14 | 0.24 | 150 | 0.31 | 0.65 |
| Hex | 8A | C2 | A6 | 1D | 0 | E | 18 | 96 | 1F | 41 |
| Octal | 212 | 302 | 246 | 35 | 0 | 16 | 30 | 226 | 37 | 101 |
| Binary | 10001010 | 11000010 | 10100110 | 11101 | 0 | 1110 | 11000 | 10010110 | 11111 | 1000001 |
Color Harmonies of #8AC2A6
Complementary color
Monochromatic Colors of #8AC2A6
Black with #8AC2A6
Text Example
Text Example
White with #8AC2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC2A6; }
p { color: rgb(138,194,166); }
H1.HeaderClassName
{
color: #8AC2A6;
}
.AnyTagClassName
{
color: #8AC2A6;
}
</style>
background-color css
<style>
a { background-color: #8AC2A6; }
a { background-color: rgb(138,194,166); }
div.DivClassName
{
background-color: #8AC2A6;
}
.BgClassName
{
background-color: #8AC2A6;
}
</style>
border-color css
<style>
span { border-color: #8AC2A6; }
span { border-color: rgb(138,194,166); }
td.TdClassName
{
border-color: #8AC2A6;
}
.TagClassName
{
border-color: #8AC2A6;
}
</style>