Shades of Summer Green #8AC8A2
Tints of Summer Green #8AC8A2
RGB
CMYK
RGB Variations
Color information
#8AC8A2 (or 0x8AC8A2) is known color: Summer Green. HEX triplet: 8A, C8 and A2. RGB value is (138,200,162). Sum of RGB (Red+Green+Blue) = 138+200+162=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC8A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC8A2 is #75375D. Grayscale: #B1B1B1. Windows color (decimal): -7681886 or 10668170. OLE color: 10668170.
HSL color Cylindrical-coordinate representation of color #8AC8A2: hue angle of 143.23º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AC8A2 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 200 | 162 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.22 |
| HSL | 143.23º | 0.36% | 0.66% | - |
| HSV(B) | 143.23º | 0.31% | 0.78% | - |
| XYZ | 37.66 | 49.32 | 41.72 | - |
| YUV | 177.13 | 119.46 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 200 | 162 | 0.31 | 0 | 0.19 | 0.22 | 143.23 | 0.36 | 0.66 |
| Hex | 8A | C8 | A2 | 1F | 0 | 13 | 16 | 8F | 24 | 42 |
| Octal | 212 | 310 | 242 | 37 | 0 | 23 | 26 | 217 | 44 | 102 |
| Binary | 10001010 | 11001000 | 10100010 | 11111 | 0 | 10011 | 10110 | 10001111 | 100100 | 1000010 |
Color Harmonies of #8AC8A2
Complementary color
Monochromatic Colors of #8AC8A2
Black with #8AC8A2
Text Example
Text Example
White with #8AC8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC8A2; }
p { color: rgb(138,200,162); }
H1.HeaderClassName
{
color: #8AC8A2;
}
.AnyTagClassName
{
color: #8AC8A2;
}
</style>
background-color css
<style>
a { background-color: #8AC8A2; }
a { background-color: rgb(138,200,162); }
div.DivClassName
{
background-color: #8AC8A2;
}
.BgClassName
{
background-color: #8AC8A2;
}
</style>
border-color css
<style>
span { border-color: #8AC8A2; }
span { border-color: rgb(138,200,162); }
td.TdClassName
{
border-color: #8AC8A2;
}
.TagClassName
{
border-color: #8AC8A2;
}
</style>