Shades of Skeptic #A1C2B2
Tints of Skeptic #A1C2B2
RGB
CMYK
RGB Variations
Color information
#A1C2B2 (or 0xA1C2B2) is known color: Skeptic. HEX triplet: A1, C2 and B2. RGB value is (161,194,178). Sum of RGB (Red+Green+Blue) = 161+194+178=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C2B2 is #5E3D4D. Grayscale: #B6B6B6. Windows color (decimal): -6176078 or 11715233. OLE color: 11715233.
HSL color Cylindrical-coordinate representation of color #A1C2B2: hue angle of 150.91º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1C2B2 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
RGB | 161 | 194 | 178 | - |
CMYK | 0.17 | 0 | 0.08 | 0.24 |
HSL | 150.91º | 0.21% | 0.7% | - |
HSV(B) | 150.91º | 0.17% | 0.76% | - |
XYZ | 42.03 | 49.38 | 49.43 | - |
YUV | 182.31 | 125.57 | 112.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 194 | 178 | 0.17 | 0 | 0.08 | 0.24 | 150.91 | 0.21 | 0.7 |
Hex | A1 | C2 | B2 | 11 | 0 | 8 | 18 | 97 | 15 | 46 |
Octal | 241 | 302 | 262 | 21 | 0 | 10 | 30 | 227 | 25 | 106 |
Binary | 10100001 | 11000010 | 10110010 | 10001 | 0 | 1000 | 11000 | 10010111 | 10101 | 1000110 |
Color Harmonies of #A1C2B2
Complementary color
Monochromatic Colors of #A1C2B2
Black with #A1C2B2
Text Example
Text Example
White with #A1C2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C2B2; }
p { color: rgb(161,194,178); }
H1.HeaderClassName
{
color: #A1C2B2;
}
.AnyTagClassName
{
color: #A1C2B2;
}
</style>
background-color css
<style>
a { background-color: #A1C2B2; }
a { background-color: rgb(161,194,178); }
div.DivClassName
{
background-color: #A1C2B2;
}
.BgClassName
{
background-color: #A1C2B2;
}
</style>
border-color css
<style>
span { border-color: #A1C2B2; }
span { border-color: rgb(161,194,178); }
td.TdClassName
{
border-color: #A1C2B2;
}
.TagClassName
{
border-color: #A1C2B2;
}
</style>