Shades of Shadow Green #8FBDBB
Tints of Shadow Green #8FBDBB
RGB
CMYK
RGB Variations
Color information
#8FBDBB (or 0x8FBDBB) is known color: Shadow Green. HEX triplet: 8F, BD and BB. RGB value is (143,189,187). Sum of RGB (Red+Green+Blue) = 143+189+187=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #8FBDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDBB is #704244. Grayscale: #AEAEAE. Windows color (decimal): -7356997 or 12303759. OLE color: 12303759.
HSL color Cylindrical-coordinate representation of color #8FBDBB: hue angle of 177.39º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FBDBB is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 189 | 187 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.26 |
| HSL | 177.39º | 0.26% | 0.65% | - |
| HSV(B) | 177.39º | 0.24% | 0.74% | - |
| XYZ | 38.49 | 45.82 | 53.83 | - |
| YUV | 175.02 | 134.76 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 187 | 0.24 | 0 | 0.01 | 0.26 | 177.39 | 0.26 | 0.65 |
| Hex | 8F | BD | BB | 18 | 0 | 1 | 1A | B1 | 1A | 41 |
| Octal | 217 | 275 | 273 | 30 | 0 | 1 | 32 | 261 | 32 | 101 |
| Binary | 10001111 | 10111101 | 10111011 | 11000 | 0 | 1 | 11010 | 10110001 | 11010 | 1000001 |
Color Harmonies of #8FBDBB
Complementary color
Monochromatic Colors of #8FBDBB
Black with #8FBDBB
Text Example
Text Example
White with #8FBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBDBB; }
p { color: rgb(143,189,187); }
H1.HeaderClassName
{
color: #8FBDBB;
}
.AnyTagClassName
{
color: #8FBDBB;
}
</style>
background-color css
<style>
a { background-color: #8FBDBB; }
a { background-color: rgb(143,189,187); }
div.DivClassName
{
background-color: #8FBDBB;
}
.BgClassName
{
background-color: #8FBDBB;
}
</style>
border-color css
<style>
span { border-color: #8FBDBB; }
span { border-color: rgb(143,189,187); }
td.TdClassName
{
border-color: #8FBDBB;
}
.TagClassName
{
border-color: #8FBDBB;
}
</style>