Shades of Summer Green #8AC8A3
Tints of Summer Green #8AC8A3
RGB
CMYK
RGB Variations
Color information
#8AC8A3 (or 0x8AC8A3) is known color: Summer Green. HEX triplet: 8A, C8 and A3. RGB value is (138,200,163). Sum of RGB (Red+Green+Blue) = 138+200+163=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC8A3 is #75375C. Grayscale: #B1B1B1. Windows color (decimal): -7681885 or 10733706. OLE color: 10733706.
HSL color Cylindrical-coordinate representation of color #8AC8A3: hue angle of 144.19º 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 #8AC8A3 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 200 | 163 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.22 |
| HSL | 144.19º | 0.36% | 0.66% | - |
| HSV(B) | 144.19º | 0.31% | 0.78% | - |
| XYZ | 37.75 | 49.36 | 42.19 | - |
| YUV | 177.24 | 119.96 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 200 | 163 | 0.31 | 0 | 0.18 | 0.22 | 144.19 | 0.36 | 0.66 |
| Hex | 8A | C8 | A3 | 1F | 0 | 12 | 16 | 90 | 24 | 42 |
| Octal | 212 | 310 | 243 | 37 | 0 | 22 | 26 | 220 | 44 | 102 |
| Binary | 10001010 | 11001000 | 10100011 | 11111 | 0 | 10010 | 10110 | 10010000 | 100100 | 1000010 |
Color Harmonies of #8AC8A3
Complementary color
Monochromatic Colors of #8AC8A3
Black with #8AC8A3
Text Example
Text Example
White with #8AC8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC8A3; }
p { color: rgb(138,200,163); }
H1.HeaderClassName
{
color: #8AC8A3;
}
.AnyTagClassName
{
color: #8AC8A3;
}
</style>
background-color css
<style>
a { background-color: #8AC8A3; }
a { background-color: rgb(138,200,163); }
div.DivClassName
{
background-color: #8AC8A3;
}
.BgClassName
{
background-color: #8AC8A3;
}
</style>
border-color css
<style>
span { border-color: #8AC8A3; }
span { border-color: rgb(138,200,163); }
td.TdClassName
{
border-color: #8AC8A3;
}
.TagClassName
{
border-color: #8AC8A3;
}
</style>