Shades of Opal #AECCC0
Tints of Opal #AECCC0
RGB
CMYK
RGB Variations
Color information
#AECCC0 (or 0xAECCC0) is known color: Opal. HEX triplet: AE, CC and C0. RGB value is (174,204,192). Sum of RGB (Red+Green+Blue) = 174+204+192=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCC0 is #51333F. Grayscale: #C1C1C1. Windows color (decimal): -5321536 or 12635310. OLE color: 12635310.
HSL color Cylindrical-coordinate representation of color #AECCC0: hue angle of 156º 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 #AECCC0 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 192 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.2 |
| HSL | 156º | 0.23% | 0.74% | - |
| HSV(B) | 156º | 0.15% | 0.8% | - |
| XYZ | 48.56 | 55.99 | 58.12 | - |
| YUV | 193.66 | 127.06 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 192 | 0.15 | 0 | 0.06 | 0.2 | 156 | 0.23 | 0.74 |
| Hex | AE | CC | C0 | F | 0 | 6 | 14 | 9C | 17 | 4A |
| Octal | 256 | 314 | 300 | 17 | 0 | 6 | 24 | 234 | 27 | 112 |
| Binary | 10101110 | 11001100 | 11000000 | 1111 | 0 | 110 | 10100 | 10011100 | 10111 | 1001010 |
Color Harmonies of #AECCC0
Complementary color
Monochromatic Colors of #AECCC0
Black with #AECCC0
Text Example
Text Example
White with #AECCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECCC0; }
p { color: rgb(174,204,192); }
H1.HeaderClassName
{
color: #AECCC0;
}
.AnyTagClassName
{
color: #AECCC0;
}
</style>
background-color css
<style>
a { background-color: #AECCC0; }
a { background-color: rgb(174,204,192); }
div.DivClassName
{
background-color: #AECCC0;
}
.BgClassName
{
background-color: #AECCC0;
}
</style>
border-color css
<style>
span { border-color: #AECCC0; }
span { border-color: rgb(174,204,192); }
td.TdClassName
{
border-color: #AECCC0;
}
.TagClassName
{
border-color: #AECCC0;
}
</style>