Shades of Shadow Green #8FC4BD
Tints of Shadow Green #8FC4BD
RGB
CMYK
RGB Variations
Color information
#8FC4BD (or 0x8FC4BD) is known color: Shadow Green. HEX triplet: 8F, C4 and BD. RGB value is (143,196,189). Sum of RGB (Red+Green+Blue) = 143+196+189=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC4BD is #703B42. Grayscale: #B3B3B3. Windows color (decimal): -7355203 or 12436623. OLE color: 12436623.
HSL color Cylindrical-coordinate representation of color #8FC4BD: hue angle of 172.08º 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 #8FC4BD is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 196 | 189 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.23 |
| HSL | 172.08º | 0.31% | 0.66% | - |
| HSV(B) | 172.08º | 0.27% | 0.77% | - |
| XYZ | 40.25 | 48.99 | 55.48 | - |
| YUV | 179.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 196 | 189 | 0.27 | 0 | 0.04 | 0.23 | 172.08 | 0.31 | 0.66 |
| Hex | 8F | C4 | BD | 1B | 0 | 4 | 17 | AC | 1F | 42 |
| Octal | 217 | 304 | 275 | 33 | 0 | 4 | 27 | 254 | 37 | 102 |
| Binary | 10001111 | 11000100 | 10111101 | 11011 | 0 | 100 | 10111 | 10101100 | 11111 | 1000010 |
Color Harmonies of #8FC4BD
Complementary color
Monochromatic Colors of #8FC4BD
Black with #8FC4BD
Text Example
Text Example
White with #8FC4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC4BD; }
p { color: rgb(143,196,189); }
H1.HeaderClassName
{
color: #8FC4BD;
}
.AnyTagClassName
{
color: #8FC4BD;
}
</style>
background-color css
<style>
a { background-color: #8FC4BD; }
a { background-color: rgb(143,196,189); }
div.DivClassName
{
background-color: #8FC4BD;
}
.BgClassName
{
background-color: #8FC4BD;
}
</style>
border-color css
<style>
span { border-color: #8FC4BD; }
span { border-color: rgb(143,196,189); }
td.TdClassName
{
border-color: #8FC4BD;
}
.TagClassName
{
border-color: #8FC4BD;
}
</style>