Shades of Shadow Green #8FC4BA
Tints of Shadow Green #8FC4BA
RGB
CMYK
RGB Variations
Color information
#8FC4BA (or 0x8FC4BA) is known color: Shadow Green. HEX triplet: 8F, C4 and BA. RGB value is (143,196,186). Sum of RGB (Red+Green+Blue) = 143+196+186=525 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.24% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC4BA is #703B45. Grayscale: #B3B3B3. Windows color (decimal): -7355206 or 12240015. OLE color: 12240015.
HSL color Cylindrical-coordinate representation of color #8FC4BA: hue angle of 168.68º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FC4BA is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 196 | 186 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.23 |
| HSL | 168.68º | 0.31% | 0.66% | - |
| HSV(B) | 168.68º | 0.27% | 0.77% | - |
| XYZ | 39.93 | 48.86 | 53.78 | - |
| YUV | 179.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 196 | 186 | 0.27 | 0 | 0.05 | 0.23 | 168.68 | 0.31 | 0.66 |
| Hex | 8F | C4 | BA | 1B | 0 | 5 | 17 | A9 | 1F | 42 |
| Octal | 217 | 304 | 272 | 33 | 0 | 5 | 27 | 251 | 37 | 102 |
| Binary | 10001111 | 11000100 | 10111010 | 11011 | 0 | 101 | 10111 | 10101001 | 11111 | 1000010 |
Color Harmonies of #8FC4BA
Complementary color
Monochromatic Colors of #8FC4BA
Black with #8FC4BA
Text Example
Text Example
White with #8FC4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC4BA; }
p { color: rgb(143,196,186); }
H1.HeaderClassName
{
color: #8FC4BA;
}
.AnyTagClassName
{
color: #8FC4BA;
}
</style>
background-color css
<style>
a { background-color: #8FC4BA; }
a { background-color: rgb(143,196,186); }
div.DivClassName
{
background-color: #8FC4BA;
}
.BgClassName
{
background-color: #8FC4BA;
}
</style>
border-color css
<style>
span { border-color: #8FC4BA; }
span { border-color: rgb(143,196,186); }
td.TdClassName
{
border-color: #8FC4BA;
}
.TagClassName
{
border-color: #8FC4BA;
}
</style>