Shades of Summer Green #8ACBA2
Tints of Summer Green #8ACBA2
RGB
CMYK
RGB Variations
Color information
#8ACBA2 (or 0x8ACBA2) is known color: Summer Green. HEX triplet: 8A, CB and A2. RGB value is (138,203,162). Sum of RGB (Red+Green+Blue) = 138+203+162=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACBA2 is #75345D. Grayscale: #B2B2B2. Windows color (decimal): -7681118 or 10668938. OLE color: 10668938.
HSL color Cylindrical-coordinate representation of color #8ACBA2: hue angle of 142.15º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACBA2 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 162 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.20 |
| HSL | 142.15º | 0.38% | 0.67% | - |
| HSV(B) | 142.15º | 0.32% | 0.8% | - |
| XYZ | 38.36 | 50.72 | 41.95 | - |
| YUV | 178.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 162 | 0.32 | 0 | 0.20 | 0.20 | 142.15 | 0.38 | 0.67 |
| Hex | 8A | CB | A2 | 20 | 0 | 14 | 14 | 8E | 26 | 43 |
| Octal | 212 | 313 | 242 | 40 | 0 | 24 | 24 | 216 | 46 | 103 |
| Binary | 10001010 | 11001011 | 10100010 | 100000 | 0 | 10100 | 10100 | 10001110 | 100110 | 1000011 |
Color Harmonies of #8ACBA2
Complementary color
Monochromatic Colors of #8ACBA2
Black with #8ACBA2
Text Example
Text Example
White with #8ACBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACBA2; }
p { color: rgb(138,203,162); }
H1.HeaderClassName
{
color: #8ACBA2;
}
.AnyTagClassName
{
color: #8ACBA2;
}
</style>
background-color css
<style>
a { background-color: #8ACBA2; }
a { background-color: rgb(138,203,162); }
div.DivClassName
{
background-color: #8ACBA2;
}
.BgClassName
{
background-color: #8ACBA2;
}
</style>
border-color css
<style>
span { border-color: #8ACBA2; }
span { border-color: rgb(138,203,162); }
td.TdClassName
{
border-color: #8ACBA2;
}
.TagClassName
{
border-color: #8ACBA2;
}
</style>