Shades of Opal #ACCAC2
Tints of Opal #ACCAC2
RGB
CMYK
RGB Variations
Color information
#ACCAC2 (or 0xACCAC2) is known color: Opal. HEX triplet: AC, CA and C2. RGB value is (172,202,194). Sum of RGB (Red+Green+Blue) = 172+202+194=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAC2 is #53353D. Grayscale: #C0C0C0. Windows color (decimal): -5453118 or 12765868. OLE color: 12765868.
HSL color Cylindrical-coordinate representation of color #ACCAC2: hue angle of 164º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCAC2 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 172 | 202 | 194 | - |
CMYK | 0.15 | 0 | 0.04 | 0.21 |
HSL | 164º | 0.22% | 0.73% | - |
HSV(B) | 164º | 0.15% | 0.79% | - |
XYZ | 47.87 | 54.91 | 59.11 | - |
YUV | 192.12 | 129.06 | 113.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 202 | 194 | 0.15 | 0 | 0.04 | 0.21 | 164 | 0.22 | 0.73 |
Hex | AC | CA | C2 | F | 0 | 4 | 15 | A4 | 16 | 49 |
Octal | 254 | 312 | 302 | 17 | 0 | 4 | 25 | 244 | 26 | 111 |
Binary | 10101100 | 11001010 | 11000010 | 1111 | 0 | 100 | 10101 | 10100100 | 10110 | 1001001 |
Color Harmonies of #ACCAC2
Complementary color
Monochromatic Colors of #ACCAC2
Black with #ACCAC2
Text Example
Text Example
White with #ACCAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCAC2; }
p { color: rgb(172,202,194); }
H1.HeaderClassName
{
color: #ACCAC2;
}
.AnyTagClassName
{
color: #ACCAC2;
}
</style>
background-color css
<style>
a { background-color: #ACCAC2; }
a { background-color: rgb(172,202,194); }
div.DivClassName
{
background-color: #ACCAC2;
}
.BgClassName
{
background-color: #ACCAC2;
}
</style>
border-color css
<style>
span { border-color: #ACCAC2; }
span { border-color: rgb(172,202,194); }
td.TdClassName
{
border-color: #ACCAC2;
}
.TagClassName
{
border-color: #ACCAC2;
}
</style>