Shades of Skeptic #A0C3B2
Tints of Skeptic #A0C3B2
RGB
CMYK
RGB Variations
Color information
#A0C3B2 (or 0xA0C3B2) is known color: Skeptic. HEX triplet: A0, C3 and B2. RGB value is (160,195,178). Sum of RGB (Red+Green+Blue) = 160+195+178=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C3B2 is #5F3C4D. Grayscale: #B6B6B6. Windows color (decimal): -6241358 or 11715488. OLE color: 11715488.
HSL color Cylindrical-coordinate representation of color #A0C3B2: hue angle of 150.86º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0C3B2 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 178 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.24 |
| HSL | 150.86º | 0.23% | 0.7% | - |
| HSV(B) | 150.86º | 0.18% | 0.76% | - |
| XYZ | 42.05 | 49.72 | 49.5 | - |
| YUV | 182.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 178 | 0.18 | 0 | 0.09 | 0.24 | 150.86 | 0.23 | 0.7 |
| Hex | A0 | C3 | B2 | 12 | 0 | 9 | 18 | 97 | 17 | 46 |
| Octal | 240 | 303 | 262 | 22 | 0 | 11 | 30 | 227 | 27 | 106 |
| Binary | 10100000 | 11000011 | 10110010 | 10010 | 0 | 1001 | 11000 | 10010111 | 10111 | 1000110 |
Color Harmonies of #A0C3B2
Complementary color
Monochromatic Colors of #A0C3B2
Black with #A0C3B2
Text Example
Text Example
White with #A0C3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C3B2; }
p { color: rgb(160,195,178); }
H1.HeaderClassName
{
color: #A0C3B2;
}
.AnyTagClassName
{
color: #A0C3B2;
}
</style>
background-color css
<style>
a { background-color: #A0C3B2; }
a { background-color: rgb(160,195,178); }
div.DivClassName
{
background-color: #A0C3B2;
}
.BgClassName
{
background-color: #A0C3B2;
}
</style>
border-color css
<style>
span { border-color: #A0C3B2; }
span { border-color: rgb(160,195,178); }
td.TdClassName
{
border-color: #A0C3B2;
}
.TagClassName
{
border-color: #A0C3B2;
}
</style>