Shades of Shadow Green #8BC8B3
Tints of Shadow Green #8BC8B3
RGB
CMYK
RGB Variations
Color information
#8BC8B3 (or 0x8BC8B3) is known color: Shadow Green. HEX triplet: 8B, C8 and B3. RGB value is (139,200,179). Sum of RGB (Red+Green+Blue) = 139+200+179=518 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.83% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC8B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC8B3 is #74374C. Grayscale: #B3B3B3. Windows color (decimal): -7616333 or 11782283. OLE color: 11782283.
HSL color Cylindrical-coordinate representation of color #8BC8B3: hue angle of 159.34º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC8B3 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 200 | 179 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.22 |
| HSL | 159.34º | 0.36% | 0.66% | - |
| HSV(B) | 159.34º | 0.31% | 0.78% | - |
| XYZ | 39.44 | 50.05 | 50.23 | - |
| YUV | 179.37 | 127.79 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 200 | 179 | 0.30 | 0 | 0.10 | 0.22 | 159.34 | 0.36 | 0.66 |
| Hex | 8B | C8 | B3 | 1E | 0 | A | 16 | 9F | 24 | 42 |
| Octal | 213 | 310 | 263 | 36 | 0 | 12 | 26 | 237 | 44 | 102 |
| Binary | 10001011 | 11001000 | 10110011 | 11110 | 0 | 1010 | 10110 | 10011111 | 100100 | 1000010 |
Color Harmonies of #8BC8B3
Complementary color
Monochromatic Colors of #8BC8B3
Black with #8BC8B3
Text Example
Text Example
White with #8BC8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC8B3; }
p { color: rgb(139,200,179); }
H1.HeaderClassName
{
color: #8BC8B3;
}
.AnyTagClassName
{
color: #8BC8B3;
}
</style>
background-color css
<style>
a { background-color: #8BC8B3; }
a { background-color: rgb(139,200,179); }
div.DivClassName
{
background-color: #8BC8B3;
}
.BgClassName
{
background-color: #8BC8B3;
}
</style>
border-color css
<style>
span { border-color: #8BC8B3; }
span { border-color: rgb(139,200,179); }
td.TdClassName
{
border-color: #8BC8B3;
}
.TagClassName
{
border-color: #8BC8B3;
}
</style>