Shades of Summer Green #8BC1A2
Tints of Summer Green #8BC1A2
RGB
CMYK
RGB Variations
Color information
#8BC1A2 (or 0x8BC1A2) is known color: Summer Green. HEX triplet: 8B, C1 and A2. RGB value is (139,193,162). Sum of RGB (Red+Green+Blue) = 139+193+162=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC1A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC1A2 is #743E5D. Grayscale: #ADADAD. Windows color (decimal): -7618142 or 10666379. OLE color: 10666379.
HSL color Cylindrical-coordinate representation of color #8BC1A2: hue angle of 145.56º 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 #8BC1A2 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 162 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.24 |
| HSL | 145.56º | 0.3% | 0.65% | - |
| HSV(B) | 145.56º | 0.28% | 0.76% | - |
| XYZ | 36.24 | 46.24 | 41.2 | - |
| YUV | 173.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 162 | 0.28 | 0 | 0.16 | 0.24 | 145.56 | 0.3 | 0.65 |
| Hex | 8B | C1 | A2 | 1C | 0 | 10 | 18 | 92 | 1E | 41 |
| Octal | 213 | 301 | 242 | 34 | 0 | 20 | 30 | 222 | 36 | 101 |
| Binary | 10001011 | 11000001 | 10100010 | 11100 | 0 | 10000 | 11000 | 10010010 | 11110 | 1000001 |
Color Harmonies of #8BC1A2
Complementary color
Monochromatic Colors of #8BC1A2
Black with #8BC1A2
Text Example
Text Example
White with #8BC1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC1A2; }
p { color: rgb(139,193,162); }
H1.HeaderClassName
{
color: #8BC1A2;
}
.AnyTagClassName
{
color: #8BC1A2;
}
</style>
background-color css
<style>
a { background-color: #8BC1A2; }
a { background-color: rgb(139,193,162); }
div.DivClassName
{
background-color: #8BC1A2;
}
.BgClassName
{
background-color: #8BC1A2;
}
</style>
border-color css
<style>
span { border-color: #8BC1A2; }
span { border-color: rgb(139,193,162); }
td.TdClassName
{
border-color: #8BC1A2;
}
.TagClassName
{
border-color: #8BC1A2;
}
</style>