Shades of Shadow Green #8FBDBD
Tints of Shadow Green #8FBDBD
RGB
CMYK
RGB Variations
Color information
#8FBDBD (or 0x8FBDBD) is known color: Shadow Green. HEX triplet: 8F, BD and BD. RGB value is (143,189,189). Sum of RGB (Red+Green+Blue) = 143+189+189=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #8FBDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDBD is #704242. Grayscale: #AFAFAF. Windows color (decimal): -7356995 or 12434831. OLE color: 12434831.
HSL color Cylindrical-coordinate representation of color #8FBDBD: hue angle of 180º 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 #8FBDBD is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 143 | 189 | 189 | - |
CMYK | 0.24 | 0 | 0 | 0.26 |
HSL | 180º | 0.26% | 0.65% | - |
HSV(B) | 180º | 0.24% | 0.74% | - |
XYZ | 38.71 | 45.91 | 54.97 | - |
YUV | 175.25 | 135.76 | 105 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 189 | 189 | 0.24 | 0 | 0 | 0.26 | 180 | 0.26 | 0.65 |
Hex | 8F | BD | BD | 18 | 0 | 0 | 1A | B4 | 1A | 41 |
Octal | 217 | 275 | 275 | 30 | 0 | 0 | 32 | 264 | 32 | 101 |
Binary | 10001111 | 10111101 | 10111101 | 11000 | 0 | 0 | 11010 | 10110100 | 11010 | 1000001 |
Color Harmonies of #8FBDBD
Complementary color
Monochromatic Colors of #8FBDBD
Black with #8FBDBD
Text Example
Text Example
White with #8FBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBDBD; }
p { color: rgb(143,189,189); }
H1.HeaderClassName
{
color: #8FBDBD;
}
.AnyTagClassName
{
color: #8FBDBD;
}
</style>
background-color css
<style>
a { background-color: #8FBDBD; }
a { background-color: rgb(143,189,189); }
div.DivClassName
{
background-color: #8FBDBD;
}
.BgClassName
{
background-color: #8FBDBD;
}
</style>
border-color css
<style>
span { border-color: #8FBDBD; }
span { border-color: rgb(143,189,189); }
td.TdClassName
{
border-color: #8FBDBD;
}
.TagClassName
{
border-color: #8FBDBD;
}
</style>