Shades of Opal #AECDC4
Tints of Opal #AECDC4
RGB
CMYK
RGB Variations
Color information
#AECDC4 (or 0xAECDC4) is known color: Opal. HEX triplet: AE, CD and C4. RGB value is (174,205,196). Sum of RGB (Red+Green+Blue) = 174+205+196=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDC4 is #51323B. Grayscale: #C2C2C2. Windows color (decimal): -5321276 or 12897710. OLE color: 12897710.
HSL color Cylindrical-coordinate representation of color #AECDC4: hue angle of 162.58º degrees, saturation: 0.24, 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 #AECDC4 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 174 | 205 | 196 | - |
CMYK | 0.15 | 0 | 0.04 | 0.20 |
HSL | 162.58º | 0.24% | 0.74% | - |
HSV(B) | 162.58º | 0.15% | 0.8% | - |
XYZ | 49.25 | 56.65 | 60.56 | - |
YUV | 194.71 | 128.73 | 113.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 205 | 196 | 0.15 | 0 | 0.04 | 0.20 | 162.58 | 0.24 | 0.74 |
Hex | AE | CD | C4 | F | 0 | 4 | 14 | A3 | 18 | 4A |
Octal | 256 | 315 | 304 | 17 | 0 | 4 | 24 | 243 | 30 | 112 |
Binary | 10101110 | 11001101 | 11000100 | 1111 | 0 | 100 | 10100 | 10100011 | 11000 | 1001010 |
Color Harmonies of #AECDC4
Complementary color
Monochromatic Colors of #AECDC4
Black with #AECDC4
Text Example
Text Example
White with #AECDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDC4; }
p { color: rgb(174,205,196); }
H1.HeaderClassName
{
color: #AECDC4;
}
.AnyTagClassName
{
color: #AECDC4;
}
</style>
background-color css
<style>
a { background-color: #AECDC4; }
a { background-color: rgb(174,205,196); }
div.DivClassName
{
background-color: #AECDC4;
}
.BgClassName
{
background-color: #AECDC4;
}
</style>
border-color css
<style>
span { border-color: #AECDC4; }
span { border-color: rgb(174,205,196); }
td.TdClassName
{
border-color: #AECDC4;
}
.TagClassName
{
border-color: #AECDC4;
}
</style>