Shades of Summer Green #8ABDA4
Tints of Summer Green #8ABDA4
RGB
CMYK
RGB Variations
Color information
#8ABDA4 (or 0x8ABDA4) is known color: Summer Green. HEX triplet: 8A, BD and A4. RGB value is (138,189,164). Sum of RGB (Red+Green+Blue) = 138+189+164=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABDA4 is #75425B. Grayscale: #AAAAAA. Windows color (decimal): -7684700 or 10796426. OLE color: 10796426.
HSL color Cylindrical-coordinate representation of color #8ABDA4: hue angle of 150.59º degrees, saturation: 0.28, 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 #8ABDA4 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 189 | 164 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.26 |
| HSL | 150.59º | 0.28% | 0.64% | - |
| HSV(B) | 150.59º | 0.27% | 0.74% | - |
| XYZ | 35.38 | 44.48 | 41.84 | - |
| YUV | 170.9 | 124.1 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 164 | 0.27 | 0 | 0.13 | 0.26 | 150.59 | 0.28 | 0.64 |
| Hex | 8A | BD | A4 | 1B | 0 | D | 1A | 97 | 1C | 40 |
| Octal | 212 | 275 | 244 | 33 | 0 | 15 | 32 | 227 | 34 | 100 |
| Binary | 10001010 | 10111101 | 10100100 | 11011 | 0 | 1101 | 11010 | 10010111 | 11100 | 1000000 |
Color Harmonies of #8ABDA4
Complementary color
Monochromatic Colors of #8ABDA4
Black with #8ABDA4
Text Example
Text Example
White with #8ABDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABDA4; }
p { color: rgb(138,189,164); }
H1.HeaderClassName
{
color: #8ABDA4;
}
.AnyTagClassName
{
color: #8ABDA4;
}
</style>
background-color css
<style>
a { background-color: #8ABDA4; }
a { background-color: rgb(138,189,164); }
div.DivClassName
{
background-color: #8ABDA4;
}
.BgClassName
{
background-color: #8ABDA4;
}
</style>
border-color css
<style>
span { border-color: #8ABDA4; }
span { border-color: rgb(138,189,164); }
td.TdClassName
{
border-color: #8ABDA4;
}
.TagClassName
{
border-color: #8ABDA4;
}
</style>