Shades of Summer Green #8BC1A0
Tints of Summer Green #8BC1A0
RGB
CMYK
RGB Variations
Color information
#8BC1A0 (or 0x8BC1A0) is known color: Summer Green. HEX triplet: 8B, C1 and A0. RGB value is (139,193,160). Sum of RGB (Red+Green+Blue) = 139+193+160=492 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.25% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC1A0 is #743E5F. Grayscale: #ADADAD. Windows color (decimal): -7618144 or 10535307. OLE color: 10535307.
HSL color Cylindrical-coordinate representation of color #8BC1A0: hue angle of 143.33º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8BC1A0 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 160 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.24 |
| HSL | 143.33º | 0.3% | 0.65% | - |
| HSV(B) | 143.33º | 0.28% | 0.76% | - |
| XYZ | 36.06 | 46.17 | 40.27 | - |
| YUV | 173.09 | 120.61 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 160 | 0.28 | 0 | 0.17 | 0.24 | 143.33 | 0.3 | 0.65 |
| Hex | 8B | C1 | A0 | 1C | 0 | 11 | 18 | 8F | 1E | 41 |
| Octal | 213 | 301 | 240 | 34 | 0 | 21 | 30 | 217 | 36 | 101 |
| Binary | 10001011 | 11000001 | 10100000 | 11100 | 0 | 10001 | 11000 | 10001111 | 11110 | 1000001 |
Color Harmonies of #8BC1A0
Complementary color
Monochromatic Colors of #8BC1A0
Black with #8BC1A0
Text Example
Text Example
White with #8BC1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC1A0; }
p { color: rgb(139,193,160); }
H1.HeaderClassName
{
color: #8BC1A0;
}
.AnyTagClassName
{
color: #8BC1A0;
}
</style>
background-color css
<style>
a { background-color: #8BC1A0; }
a { background-color: rgb(139,193,160); }
div.DivClassName
{
background-color: #8BC1A0;
}
.BgClassName
{
background-color: #8BC1A0;
}
</style>
border-color css
<style>
span { border-color: #8BC1A0; }
span { border-color: rgb(139,193,160); }
td.TdClassName
{
border-color: #8BC1A0;
}
.TagClassName
{
border-color: #8BC1A0;
}
</style>