Shades of Skeptic #A2C2B2
Tints of Skeptic #A2C2B2
RGB
CMYK
RGB Variations
Color information
#A2C2B2 (or 0xA2C2B2) is known color: Skeptic. HEX triplet: A2, C2 and B2. RGB value is (162,194,178). Sum of RGB (Red+Green+Blue) = 162+194+178=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C2B2 is #5D3D4D. Grayscale: #B6B6B6. Windows color (decimal): -6110542 or 11715234. OLE color: 11715234.
HSL color Cylindrical-coordinate representation of color #A2C2B2: hue angle of 150º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2C2B2 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 194 | 178 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.24 |
| HSL | 150º | 0.21% | 0.7% | - |
| HSV(B) | 150º | 0.16% | 0.76% | - |
| XYZ | 42.23 | 49.48 | 49.44 | - |
| YUV | 182.61 | 125.4 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 178 | 0.16 | 0 | 0.08 | 0.24 | 150 | 0.21 | 0.7 |
| Hex | A2 | C2 | B2 | 10 | 0 | 8 | 18 | 96 | 15 | 46 |
| Octal | 242 | 302 | 262 | 20 | 0 | 10 | 30 | 226 | 25 | 106 |
| Binary | 10100010 | 11000010 | 10110010 | 10000 | 0 | 1000 | 11000 | 10010110 | 10101 | 1000110 |
Color Harmonies of #A2C2B2
Complementary color
Monochromatic Colors of #A2C2B2
Black with #A2C2B2
Text Example
Text Example
White with #A2C2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C2B2; }
p { color: rgb(162,194,178); }
H1.HeaderClassName
{
color: #A2C2B2;
}
.AnyTagClassName
{
color: #A2C2B2;
}
</style>
background-color css
<style>
a { background-color: #A2C2B2; }
a { background-color: rgb(162,194,178); }
div.DivClassName
{
background-color: #A2C2B2;
}
.BgClassName
{
background-color: #A2C2B2;
}
</style>
border-color css
<style>
span { border-color: #A2C2B2; }
span { border-color: rgb(162,194,178); }
td.TdClassName
{
border-color: #A2C2B2;
}
.TagClassName
{
border-color: #A2C2B2;
}
</style>