Shades of Opal #AECAC2
Tints of Opal #AECAC2
RGB
CMYK
RGB Variations
Color information
#AECAC2 (or 0xAECAC2) is known color: Opal. HEX triplet: AE, CA and C2. RGB value is (174,202,194). Sum of RGB (Red+Green+Blue) = 174+202+194=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAC2 is #51353D. Grayscale: #C0C0C0. Windows color (decimal): -5322046 or 12765870. OLE color: 12765870.
HSL color Cylindrical-coordinate representation of color #AECAC2: hue angle of 162.86º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECAC2 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 174 | 202 | 194 | - |
CMYK | 0.14 | 0 | 0.04 | 0.21 |
HSL | 162.86º | 0.21% | 0.74% | - |
HSV(B) | 162.86º | 0.14% | 0.79% | - |
XYZ | 48.31 | 55.13 | 59.13 | - |
YUV | 192.72 | 128.72 | 114.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 202 | 194 | 0.14 | 0 | 0.04 | 0.21 | 162.86 | 0.21 | 0.74 |
Hex | AE | CA | C2 | E | 0 | 4 | 15 | A3 | 15 | 4A |
Octal | 256 | 312 | 302 | 16 | 0 | 4 | 25 | 243 | 25 | 112 |
Binary | 10101110 | 11001010 | 11000010 | 1110 | 0 | 100 | 10101 | 10100011 | 10101 | 1001010 |
Color Harmonies of #AECAC2
Complementary color
Monochromatic Colors of #AECAC2
Black with #AECAC2
Text Example
Text Example
White with #AECAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAC2; }
p { color: rgb(174,202,194); }
H1.HeaderClassName
{
color: #AECAC2;
}
.AnyTagClassName
{
color: #AECAC2;
}
</style>
background-color css
<style>
a { background-color: #AECAC2; }
a { background-color: rgb(174,202,194); }
div.DivClassName
{
background-color: #AECAC2;
}
.BgClassName
{
background-color: #AECAC2;
}
</style>
border-color css
<style>
span { border-color: #AECAC2; }
span { border-color: rgb(174,202,194); }
td.TdClassName
{
border-color: #AECAC2;
}
.TagClassName
{
border-color: #AECAC2;
}
</style>