Shades of Summer Green #8FBCA1
Tints of Summer Green #8FBCA1
RGB
CMYK
RGB Variations
Color information
#8FBCA1 (or 0x8FBCA1) is known color: Summer Green. HEX triplet: 8F, BC and A1. RGB value is (143,188,161). Sum of RGB (Red+Green+Blue) = 143+188+161=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBCA1 is #70435E. Grayscale: #ABABAB. Windows color (decimal): -7357279 or 10599567. OLE color: 10599567.
HSL color Cylindrical-coordinate representation of color #8FBCA1: hue angle of 144º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FBCA1 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 161 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.26 |
| HSL | 144º | 0.25% | 0.65% | - |
| HSV(B) | 144º | 0.24% | 0.74% | - |
| XYZ | 35.74 | 44.38 | 40.4 | - |
| YUV | 171.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 161 | 0.24 | 0 | 0.14 | 0.26 | 144 | 0.25 | 0.65 |
| Hex | 8F | BC | A1 | 18 | 0 | E | 1A | 90 | 19 | 41 |
| Octal | 217 | 274 | 241 | 30 | 0 | 16 | 32 | 220 | 31 | 101 |
| Binary | 10001111 | 10111100 | 10100001 | 11000 | 0 | 1110 | 11010 | 10010000 | 11001 | 1000001 |
Color Harmonies of #8FBCA1
Complementary color
Monochromatic Colors of #8FBCA1
Black with #8FBCA1
Text Example
Text Example
White with #8FBCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCA1; }
p { color: rgb(143,188,161); }
H1.HeaderClassName
{
color: #8FBCA1;
}
.AnyTagClassName
{
color: #8FBCA1;
}
</style>
background-color css
<style>
a { background-color: #8FBCA1; }
a { background-color: rgb(143,188,161); }
div.DivClassName
{
background-color: #8FBCA1;
}
.BgClassName
{
background-color: #8FBCA1;
}
</style>
border-color css
<style>
span { border-color: #8FBCA1; }
span { border-color: rgb(143,188,161); }
td.TdClassName
{
border-color: #8FBCA1;
}
.TagClassName
{
border-color: #8FBCA1;
}
</style>