Shades of Summer Green #8FBCA5
Tints of Summer Green #8FBCA5
RGB
CMYK
RGB Variations
Color information
#8FBCA5 (or 0x8FBCA5) is known color: Summer Green. HEX triplet: 8F, BC and A5. RGB value is (143,188,165). Sum of RGB (Red+Green+Blue) = 143+188+165=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBCA5 is #70435A. Grayscale: #ABABAB. Windows color (decimal): -7357275 or 10861711. OLE color: 10861711.
HSL color Cylindrical-coordinate representation of color #8FBCA5: hue angle of 149.33º 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 #8FBCA5 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 165 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.26 |
| HSL | 149.33º | 0.25% | 0.65% | - |
| HSV(B) | 149.33º | 0.24% | 0.74% | - |
| XYZ | 36.1 | 44.52 | 42.29 | - |
| YUV | 171.92 | 124.09 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 165 | 0.24 | 0 | 0.12 | 0.26 | 149.33 | 0.25 | 0.65 |
| Hex | 8F | BC | A5 | 18 | 0 | C | 1A | 95 | 19 | 41 |
| Octal | 217 | 274 | 245 | 30 | 0 | 14 | 32 | 225 | 31 | 101 |
| Binary | 10001111 | 10111100 | 10100101 | 11000 | 0 | 1100 | 11010 | 10010101 | 11001 | 1000001 |
Color Harmonies of #8FBCA5
Complementary color
Monochromatic Colors of #8FBCA5
Black with #8FBCA5
Text Example
Text Example
White with #8FBCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCA5; }
p { color: rgb(143,188,165); }
H1.HeaderClassName
{
color: #8FBCA5;
}
.AnyTagClassName
{
color: #8FBCA5;
}
</style>
background-color css
<style>
a { background-color: #8FBCA5; }
a { background-color: rgb(143,188,165); }
div.DivClassName
{
background-color: #8FBCA5;
}
.BgClassName
{
background-color: #8FBCA5;
}
</style>
border-color css
<style>
span { border-color: #8FBCA5; }
span { border-color: rgb(143,188,165); }
td.TdClassName
{
border-color: #8FBCA5;
}
.TagClassName
{
border-color: #8FBCA5;
}
</style>