Shades of Skeptic #8BC2AB
Tints of Skeptic #8BC2AB
RGB
CMYK
RGB Variations
Color information
#8BC2AB (or 0x8BC2AB) is known color: Skeptic. HEX triplet: 8B, C2 and AB. RGB value is (139,194,171). Sum of RGB (Red+Green+Blue) = 139+194+171=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC2AB is #743D54. Grayscale: #AEAEAE. Windows color (decimal): -7617877 or 11256459. OLE color: 11256459.
HSL color Cylindrical-coordinate representation of color #8BC2AB: hue angle of 154.91º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8BC2AB is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 194 | 171 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.24 |
| HSL | 154.91º | 0.31% | 0.65% | - |
| HSV(B) | 154.91º | 0.28% | 0.76% | - |
| XYZ | 37.29 | 47.01 | 45.64 | - |
| YUV | 174.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 194 | 171 | 0.28 | 0 | 0.12 | 0.24 | 154.91 | 0.31 | 0.65 |
| Hex | 8B | C2 | AB | 1C | 0 | C | 18 | 9B | 1F | 41 |
| Octal | 213 | 302 | 253 | 34 | 0 | 14 | 30 | 233 | 37 | 101 |
| Binary | 10001011 | 11000010 | 10101011 | 11100 | 0 | 1100 | 11000 | 10011011 | 11111 | 1000001 |
Color Harmonies of #8BC2AB
Complementary color
Monochromatic Colors of #8BC2AB
Black with #8BC2AB
Text Example
Text Example
White with #8BC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC2AB; }
p { color: rgb(139,194,171); }
H1.HeaderClassName
{
color: #8BC2AB;
}
.AnyTagClassName
{
color: #8BC2AB;
}
</style>
background-color css
<style>
a { background-color: #8BC2AB; }
a { background-color: rgb(139,194,171); }
div.DivClassName
{
background-color: #8BC2AB;
}
.BgClassName
{
background-color: #8BC2AB;
}
</style>
border-color css
<style>
span { border-color: #8BC2AB; }
span { border-color: rgb(139,194,171); }
td.TdClassName
{
border-color: #8BC2AB;
}
.TagClassName
{
border-color: #8BC2AB;
}
</style>