Shades of Shadow Green #8CC1BB
Tints of Shadow Green #8CC1BB
RGB
CMYK
RGB Variations
Color information
#8CC1BB (or 0x8CC1BB) is known color: Shadow Green. HEX triplet: 8C, C1 and BB. RGB value is (140,193,187). Sum of RGB (Red+Green+Blue) = 140+193+187=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC1BB is #733E44. Grayscale: #B0B0B0. Windows color (decimal): -7552581 or 12304780. OLE color: 12304780.
HSL color Cylindrical-coordinate representation of color #8CC1BB: hue angle of 173.21º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CC1BB is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 193 | 187 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.24 |
| HSL | 173.21º | 0.3% | 0.65% | - |
| HSV(B) | 173.21º | 0.27% | 0.76% | - |
| XYZ | 38.85 | 47.3 | 54.1 | - |
| YUV | 176.47 | 133.94 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 193 | 187 | 0.27 | 0 | 0.03 | 0.24 | 173.21 | 0.3 | 0.65 |
| Hex | 8C | C1 | BB | 1B | 0 | 3 | 18 | AD | 1E | 41 |
| Octal | 214 | 301 | 273 | 33 | 0 | 3 | 30 | 255 | 36 | 101 |
| Binary | 10001100 | 11000001 | 10111011 | 11011 | 0 | 11 | 11000 | 10101101 | 11110 | 1000001 |
Color Harmonies of #8CC1BB
Complementary color
Monochromatic Colors of #8CC1BB
Black with #8CC1BB
Text Example
Text Example
White with #8CC1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC1BB; }
p { color: rgb(140,193,187); }
H1.HeaderClassName
{
color: #8CC1BB;
}
.AnyTagClassName
{
color: #8CC1BB;
}
</style>
background-color css
<style>
a { background-color: #8CC1BB; }
a { background-color: rgb(140,193,187); }
div.DivClassName
{
background-color: #8CC1BB;
}
.BgClassName
{
background-color: #8CC1BB;
}
</style>
border-color css
<style>
span { border-color: #8CC1BB; }
span { border-color: rgb(140,193,187); }
td.TdClassName
{
border-color: #8CC1BB;
}
.TagClassName
{
border-color: #8CC1BB;
}
</style>