Shades of Shadow Green #8CC1B3
Tints of Shadow Green #8CC1B3
RGB
CMYK
RGB Variations
Color information
#8CC1B3 (or 0x8CC1B3) is known color: Shadow Green. HEX triplet: 8C, C1 and B3. RGB value is (140,193,179). Sum of RGB (Red+Green+Blue) = 140+193+179=512 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.34% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC1B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC1B3 is #733E4C. Grayscale: #AFAFAF. Windows color (decimal): -7552589 or 11780492. OLE color: 11780492.
HSL color Cylindrical-coordinate representation of color #8CC1B3: hue angle of 164.15º 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 #8CC1B3 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 193 | 179 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.24 |
| HSL | 164.15º | 0.3% | 0.65% | - |
| HSV(B) | 164.15º | 0.27% | 0.76% | - |
| XYZ | 38.02 | 46.97 | 49.71 | - |
| YUV | 175.56 | 129.94 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 193 | 179 | 0.27 | 0 | 0.07 | 0.24 | 164.15 | 0.3 | 0.65 |
| Hex | 8C | C1 | B3 | 1B | 0 | 7 | 18 | A4 | 1E | 41 |
| Octal | 214 | 301 | 263 | 33 | 0 | 7 | 30 | 244 | 36 | 101 |
| Binary | 10001100 | 11000001 | 10110011 | 11011 | 0 | 111 | 11000 | 10100100 | 11110 | 1000001 |
Color Harmonies of #8CC1B3
Complementary color
Monochromatic Colors of #8CC1B3
Black with #8CC1B3
Text Example
Text Example
White with #8CC1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC1B3; }
p { color: rgb(140,193,179); }
H1.HeaderClassName
{
color: #8CC1B3;
}
.AnyTagClassName
{
color: #8CC1B3;
}
</style>
background-color css
<style>
a { background-color: #8CC1B3; }
a { background-color: rgb(140,193,179); }
div.DivClassName
{
background-color: #8CC1B3;
}
.BgClassName
{
background-color: #8CC1B3;
}
</style>
border-color css
<style>
span { border-color: #8CC1B3; }
span { border-color: rgb(140,193,179); }
td.TdClassName
{
border-color: #8CC1B3;
}
.TagClassName
{
border-color: #8CC1B3;
}
</style>