Shades of Opal #AECCC2
Tints of Opal #AECCC2
RGB
CMYK
RGB Variations
Color information
#AECCC2 (or 0xAECCC2) is known color: Opal. HEX triplet: AE, CC and C2. RGB value is (174,204,194). Sum of RGB (Red+Green+Blue) = 174+204+194=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCC2 is #51333D. Grayscale: #C1C1C1. Windows color (decimal): -5321534 or 12766382. OLE color: 12766382.
HSL color Cylindrical-coordinate representation of color #AECCC2: hue angle of 160º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECCC2 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
RGB | 174 | 204 | 194 | - |
CMYK | 0.15 | 0 | 0.05 | 0.2 |
HSL | 160º | 0.23% | 0.74% | - |
HSV(B) | 160º | 0.15% | 0.8% | - |
XYZ | 48.79 | 56.08 | 59.29 | - |
YUV | 193.89 | 128.06 | 113.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 204 | 194 | 0.15 | 0 | 0.05 | 0.2 | 160 | 0.23 | 0.74 |
Hex | AE | CC | C2 | F | 0 | 5 | 14 | A0 | 17 | 4A |
Octal | 256 | 314 | 302 | 17 | 0 | 5 | 24 | 240 | 27 | 112 |
Binary | 10101110 | 11001100 | 11000010 | 1111 | 0 | 101 | 10100 | 10100000 | 10111 | 1001010 |
Color Harmonies of #AECCC2
Complementary color
Monochromatic Colors of #AECCC2
Black with #AECCC2
Text Example
Text Example
White with #AECCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECCC2; }
p { color: rgb(174,204,194); }
H1.HeaderClassName
{
color: #AECCC2;
}
.AnyTagClassName
{
color: #AECCC2;
}
</style>
background-color css
<style>
a { background-color: #AECCC2; }
a { background-color: rgb(174,204,194); }
div.DivClassName
{
background-color: #AECCC2;
}
.BgClassName
{
background-color: #AECCC2;
}
</style>
border-color css
<style>
span { border-color: #AECCC2; }
span { border-color: rgb(174,204,194); }
td.TdClassName
{
border-color: #AECCC2;
}
.TagClassName
{
border-color: #AECCC2;
}
</style>