Shades of Skeptic #9CBEAE
Tints of Skeptic #9CBEAE
RGB
CMYK
RGB Variations
Color information
#9CBEAE (or 0x9CBEAE) is known color: Skeptic. HEX triplet: 9C, BE and AE. RGB value is (156,190,174). Sum of RGB (Red+Green+Blue) = 156+190+174=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBEAE is #634151. Grayscale: #B2B2B2. Windows color (decimal): -6504786 or 11452060. OLE color: 11452060.
HSL color Cylindrical-coordinate representation of color #9CBEAE: hue angle of 151.76º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CBEAE is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 190 | 174 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.25 |
| HSL | 151.76º | 0.21% | 0.68% | - |
| HSV(B) | 151.76º | 0.18% | 0.75% | - |
| XYZ | 39.76 | 46.95 | 47.01 | - |
| YUV | 178.01 | 125.74 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 190 | 174 | 0.18 | 0 | 0.08 | 0.25 | 151.76 | 0.21 | 0.68 |
| Hex | 9C | BE | AE | 12 | 0 | 8 | 19 | 98 | 15 | 44 |
| Octal | 234 | 276 | 256 | 22 | 0 | 10 | 31 | 230 | 25 | 104 |
| Binary | 10011100 | 10111110 | 10101110 | 10010 | 0 | 1000 | 11001 | 10011000 | 10101 | 1000100 |
Color Harmonies of #9CBEAE
Complementary color
Monochromatic Colors of #9CBEAE
Black with #9CBEAE
Text Example
Text Example
White with #9CBEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBEAE; }
p { color: rgb(156,190,174); }
H1.HeaderClassName
{
color: #9CBEAE;
}
.AnyTagClassName
{
color: #9CBEAE;
}
</style>
background-color css
<style>
a { background-color: #9CBEAE; }
a { background-color: rgb(156,190,174); }
div.DivClassName
{
background-color: #9CBEAE;
}
.BgClassName
{
background-color: #9CBEAE;
}
</style>
border-color css
<style>
span { border-color: #9CBEAE; }
span { border-color: rgb(156,190,174); }
td.TdClassName
{
border-color: #9CBEAE;
}
.TagClassName
{
border-color: #9CBEAE;
}
</style>