Shades of Opal #A2CCC1
Tints of Opal #A2CCC1
RGB
CMYK
RGB Variations
Color information
#A2CCC1 (or 0xA2CCC1) is known color: Opal. HEX triplet: A2, CC and C1. RGB value is (162,204,193). Sum of RGB (Red+Green+Blue) = 162+204+193=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CCC1 is #5D333E. Grayscale: #BEBEBE. Windows color (decimal): -6107967 or 12700834. OLE color: 12700834.
HSL color Cylindrical-coordinate representation of color #A2CCC1: hue angle of 164.29º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2CCC1 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
RGB | 162 | 204 | 193 | - |
CMYK | 0.21 | 0 | 0.05 | 0.2 |
HSL | 164.29º | 0.29% | 0.72% | - |
HSV(B) | 164.29º | 0.21% | 0.8% | - |
XYZ | 46.12 | 54.72 | 58.58 | - |
YUV | 190.19 | 129.59 | 107.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 204 | 193 | 0.21 | 0 | 0.05 | 0.2 | 164.29 | 0.29 | 0.72 |
Hex | A2 | CC | C1 | 15 | 0 | 5 | 14 | A4 | 1D | 48 |
Octal | 242 | 314 | 301 | 25 | 0 | 5 | 24 | 244 | 35 | 110 |
Binary | 10100010 | 11001100 | 11000001 | 10101 | 0 | 101 | 10100 | 10100100 | 11101 | 1001000 |
Color Harmonies of #A2CCC1
Complementary color
Monochromatic Colors of #A2CCC1
Black with #A2CCC1
Text Example
Text Example
White with #A2CCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CCC1; }
p { color: rgb(162,204,193); }
H1.HeaderClassName
{
color: #A2CCC1;
}
.AnyTagClassName
{
color: #A2CCC1;
}
</style>
background-color css
<style>
a { background-color: #A2CCC1; }
a { background-color: rgb(162,204,193); }
div.DivClassName
{
background-color: #A2CCC1;
}
.BgClassName
{
background-color: #A2CCC1;
}
</style>
border-color css
<style>
span { border-color: #A2CCC1; }
span { border-color: rgb(162,204,193); }
td.TdClassName
{
border-color: #A2CCC1;
}
.TagClassName
{
border-color: #A2CCC1;
}
</style>