Shades of Summer Green #8ABC9B
Tints of Summer Green #8ABC9B
RGB
CMYK
RGB Variations
Color information
#8ABC9B (or 0x8ABC9B) is known color: Summer Green. HEX triplet: 8A, BC and 9B. RGB value is (138,188,155). Sum of RGB (Red+Green+Blue) = 138+188+155=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABC9B is #754364. Grayscale: #A9A9A9. Windows color (decimal): -7684965 or 10206346. OLE color: 10206346.
HSL color Cylindrical-coordinate representation of color #8ABC9B: hue angle of 140.4º degrees, saturation: 0.27, 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 #8ABC9B is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 155 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.26 |
| HSL | 140.4º | 0.27% | 0.64% | - |
| HSV(B) | 140.4º | 0.27% | 0.74% | - |
| XYZ | 34.38 | 43.74 | 37.64 | - |
| YUV | 169.29 | 119.94 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 155 | 0.27 | 0 | 0.18 | 0.26 | 140.4 | 0.27 | 0.64 |
| Hex | 8A | BC | 9B | 1B | 0 | 12 | 1A | 8C | 1B | 40 |
| Octal | 212 | 274 | 233 | 33 | 0 | 22 | 32 | 214 | 33 | 100 |
| Binary | 10001010 | 10111100 | 10011011 | 11011 | 0 | 10010 | 11010 | 10001100 | 11011 | 1000000 |
Color Harmonies of #8ABC9B
Complementary color
Monochromatic Colors of #8ABC9B
Black with #8ABC9B
Text Example
Text Example
White with #8ABC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC9B; }
p { color: rgb(138,188,155); }
H1.HeaderClassName
{
color: #8ABC9B;
}
.AnyTagClassName
{
color: #8ABC9B;
}
</style>
background-color css
<style>
a { background-color: #8ABC9B; }
a { background-color: rgb(138,188,155); }
div.DivClassName
{
background-color: #8ABC9B;
}
.BgClassName
{
background-color: #8ABC9B;
}
</style>
border-color css
<style>
span { border-color: #8ABC9B; }
span { border-color: rgb(138,188,155); }
td.TdClassName
{
border-color: #8ABC9B;
}
.TagClassName
{
border-color: #8ABC9B;
}
</style>