Shades of Summer Green #8CAF9C
Tints of Summer Green #8CAF9C
RGB
CMYK
RGB Variations
Color information
#8CAF9C (or 0x8CAF9C) is known color: Summer Green. HEX triplet: 8C, AF and 9C. RGB value is (140,175,156). Sum of RGB (Red+Green+Blue) = 140+175+156=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAF9C is #735063. Grayscale: #A2A2A2. Windows color (decimal): -7557220 or 10268556. OLE color: 10268556.
HSL color Cylindrical-coordinate representation of color #8CAF9C: hue angle of 147.43º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CAF9C is Cyan = 0.2, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 156 | - |
| CMYK | 0.2 | 0 | 0.11 | 0.31 |
| HSL | 147.43º | 0.18% | 0.62% | - |
| HSV(B) | 147.43º | 0.2% | 0.69% | - |
| XYZ | 32.15 | 38.64 | 37.22 | - |
| YUV | 162.37 | 124.4 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 156 | 0.2 | 0 | 0.11 | 0.31 | 147.43 | 0.18 | 0.62 |
| Hex | 8C | AF | 9C | 14 | 0 | B | 1F | 93 | 12 | 3E |
| Octal | 214 | 257 | 234 | 24 | 0 | 13 | 37 | 223 | 22 | 76 |
| Binary | 10001100 | 10101111 | 10011100 | 10100 | 0 | 1011 | 11111 | 10010011 | 10010 | 111110 |
Color Harmonies of #8CAF9C
Complementary color
Monochromatic Colors of #8CAF9C
Black with #8CAF9C
Text Example
Text Example
White with #8CAF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF9C; }
p { color: rgb(140,175,156); }
H1.HeaderClassName
{
color: #8CAF9C;
}
.AnyTagClassName
{
color: #8CAF9C;
}
</style>
background-color css
<style>
a { background-color: #8CAF9C; }
a { background-color: rgb(140,175,156); }
div.DivClassName
{
background-color: #8CAF9C;
}
.BgClassName
{
background-color: #8CAF9C;
}
</style>
border-color css
<style>
span { border-color: #8CAF9C; }
span { border-color: rgb(140,175,156); }
td.TdClassName
{
border-color: #8CAF9C;
}
.TagClassName
{
border-color: #8CAF9C;
}
</style>