Shades of Opal #AECCC5
Tints of Opal #AECCC5
RGB
CMYK
RGB Variations
Color information
#AECCC5 (or 0xAECCC5) is known color: Opal. HEX triplet: AE, CC and C5. RGB value is (174,204,197). Sum of RGB (Red+Green+Blue) = 174+204+197=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCC5 is #51333A. Grayscale: #C2C2C2. Windows color (decimal): -5321531 or 12962990. OLE color: 12962990.
HSL color Cylindrical-coordinate representation of color #AECCC5: hue angle of 166º 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 #AECCC5 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
RGB | 174 | 204 | 197 | - |
CMYK | 0.15 | 0 | 0.03 | 0.2 |
HSL | 166º | 0.23% | 0.74% | - |
HSV(B) | 166º | 0.15% | 0.8% | - |
XYZ | 49.13 | 56.22 | 61.08 | - |
YUV | 194.23 | 129.56 | 113.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 204 | 197 | 0.15 | 0 | 0.03 | 0.2 | 166 | 0.23 | 0.74 |
Hex | AE | CC | C5 | F | 0 | 3 | 14 | A6 | 17 | 4A |
Octal | 256 | 314 | 305 | 17 | 0 | 3 | 24 | 246 | 27 | 112 |
Binary | 10101110 | 11001100 | 11000101 | 1111 | 0 | 11 | 10100 | 10100110 | 10111 | 1001010 |
Color Harmonies of #AECCC5
Complementary color
Monochromatic Colors of #AECCC5
Black with #AECCC5
Text Example
Text Example
White with #AECCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECCC5; }
p { color: rgb(174,204,197); }
H1.HeaderClassName
{
color: #AECCC5;
}
.AnyTagClassName
{
color: #AECCC5;
}
</style>
background-color css
<style>
a { background-color: #AECCC5; }
a { background-color: rgb(174,204,197); }
div.DivClassName
{
background-color: #AECCC5;
}
.BgClassName
{
background-color: #AECCC5;
}
</style>
border-color css
<style>
span { border-color: #AECCC5; }
span { border-color: rgb(174,204,197); }
td.TdClassName
{
border-color: #AECCC5;
}
.TagClassName
{
border-color: #AECCC5;
}
</style>