Shades of Skeptic #8CBEAA
Tints of Skeptic #8CBEAA
RGB
CMYK
RGB Variations
Color information
#8CBEAA (or 0x8CBEAA) is known color: Skeptic. HEX triplet: 8C, BE and AA. RGB value is (140,190,170). Sum of RGB (Red+Green+Blue) = 140+190+170=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBEAA is #734155. Grayscale: #ACACAC. Windows color (decimal): -7553366 or 11189900. OLE color: 11189900.
HSL color Cylindrical-coordinate representation of color #8CBEAA: hue angle of 156º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBEAA is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 190 | 170 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.25 |
| HSL | 156º | 0.28% | 0.65% | - |
| HSV(B) | 156º | 0.26% | 0.75% | - |
| XYZ | 36.48 | 45.3 | 44.85 | - |
| YUV | 172.77 | 126.44 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 170 | 0.26 | 0 | 0.11 | 0.25 | 156 | 0.28 | 0.65 |
| Hex | 8C | BE | AA | 1A | 0 | B | 19 | 9C | 1C | 41 |
| Octal | 214 | 276 | 252 | 32 | 0 | 13 | 31 | 234 | 34 | 101 |
| Binary | 10001100 | 10111110 | 10101010 | 11010 | 0 | 1011 | 11001 | 10011100 | 11100 | 1000001 |
Color Harmonies of #8CBEAA
Complementary color
Monochromatic Colors of #8CBEAA
Black with #8CBEAA
Text Example
Text Example
White with #8CBEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBEAA; }
p { color: rgb(140,190,170); }
H1.HeaderClassName
{
color: #8CBEAA;
}
.AnyTagClassName
{
color: #8CBEAA;
}
</style>
background-color css
<style>
a { background-color: #8CBEAA; }
a { background-color: rgb(140,190,170); }
div.DivClassName
{
background-color: #8CBEAA;
}
.BgClassName
{
background-color: #8CBEAA;
}
</style>
border-color css
<style>
span { border-color: #8CBEAA; }
span { border-color: rgb(140,190,170); }
td.TdClassName
{
border-color: #8CBEAA;
}
.TagClassName
{
border-color: #8CBEAA;
}
</style>