Shades of Summer Green #8CBDA4
Tints of Summer Green #8CBDA4
RGB
CMYK
RGB Variations
Color information
#8CBDA4 (or 0x8CBDA4) is known color: Summer Green. HEX triplet: 8C, BD and A4. RGB value is (140,189,164). Sum of RGB (Red+Green+Blue) = 140+189+164=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBDA4 is #73425B. Grayscale: #ABABAB. Windows color (decimal): -7553628 or 10796428. OLE color: 10796428.
HSL color Cylindrical-coordinate representation of color #8CBDA4: hue angle of 149.39º 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 #8CBDA4 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 189 | 164 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.26 |
| HSL | 149.39º | 0.27% | 0.65% | - |
| HSV(B) | 149.39º | 0.26% | 0.74% | - |
| XYZ | 35.71 | 44.65 | 41.86 | - |
| YUV | 171.5 | 123.77 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 189 | 164 | 0.26 | 0 | 0.13 | 0.26 | 149.39 | 0.27 | 0.65 |
| Hex | 8C | BD | A4 | 1A | 0 | D | 1A | 95 | 1B | 41 |
| Octal | 214 | 275 | 244 | 32 | 0 | 15 | 32 | 225 | 33 | 101 |
| Binary | 10001100 | 10111101 | 10100100 | 11010 | 0 | 1101 | 11010 | 10010101 | 11011 | 1000001 |
Color Harmonies of #8CBDA4
Complementary color
Monochromatic Colors of #8CBDA4
Black with #8CBDA4
Text Example
Text Example
White with #8CBDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBDA4; }
p { color: rgb(140,189,164); }
H1.HeaderClassName
{
color: #8CBDA4;
}
.AnyTagClassName
{
color: #8CBDA4;
}
</style>
background-color css
<style>
a { background-color: #8CBDA4; }
a { background-color: rgb(140,189,164); }
div.DivClassName
{
background-color: #8CBDA4;
}
.BgClassName
{
background-color: #8CBDA4;
}
</style>
border-color css
<style>
span { border-color: #8CBDA4; }
span { border-color: rgb(140,189,164); }
td.TdClassName
{
border-color: #8CBDA4;
}
.TagClassName
{
border-color: #8CBDA4;
}
</style>