Shades of Summer Green #8CBD9F
Tints of Summer Green #8CBD9F
RGB
CMYK
RGB Variations
Color information
#8CBD9F (or 0x8CBD9F) is known color: Summer Green. HEX triplet: 8C, BD and 9F. RGB value is (140,189,159). Sum of RGB (Red+Green+Blue) = 140+189+159=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBD9F is #734260. Grayscale: #ABABAB. Windows color (decimal): -7553633 or 10468748. OLE color: 10468748.
HSL color Cylindrical-coordinate representation of color #8CBD9F: hue angle of 143.27º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBD9F is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 189 | 159 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.26 |
| HSL | 143.27º | 0.27% | 0.65% | - |
| HSV(B) | 143.27º | 0.26% | 0.74% | - |
| XYZ | 35.27 | 44.47 | 39.53 | - |
| YUV | 170.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 189 | 159 | 0.26 | 0 | 0.16 | 0.26 | 143.27 | 0.27 | 0.65 |
| Hex | 8C | BD | 9F | 1A | 0 | 10 | 1A | 8F | 1B | 41 |
| Octal | 214 | 275 | 237 | 32 | 0 | 20 | 32 | 217 | 33 | 101 |
| Binary | 10001100 | 10111101 | 10011111 | 11010 | 0 | 10000 | 11010 | 10001111 | 11011 | 1000001 |
Color Harmonies of #8CBD9F
Complementary color
Monochromatic Colors of #8CBD9F
Black with #8CBD9F
Text Example
Text Example
White with #8CBD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBD9F; }
p { color: rgb(140,189,159); }
H1.HeaderClassName
{
color: #8CBD9F;
}
.AnyTagClassName
{
color: #8CBD9F;
}
</style>
background-color css
<style>
a { background-color: #8CBD9F; }
a { background-color: rgb(140,189,159); }
div.DivClassName
{
background-color: #8CBD9F;
}
.BgClassName
{
background-color: #8CBD9F;
}
</style>
border-color css
<style>
span { border-color: #8CBD9F; }
span { border-color: rgb(140,189,159); }
td.TdClassName
{
border-color: #8CBD9F;
}
.TagClassName
{
border-color: #8CBD9F;
}
</style>