Shades of Opal #AECBC5
Tints of Opal #AECBC5
RGB
CMYK
RGB Variations
Color information
#AECBC5 (or 0xAECBC5) is known color: Opal. HEX triplet: AE, CB and C5. RGB value is (174,203,197). Sum of RGB (Red+Green+Blue) = 174+203+197=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBC5 is #51343A. Grayscale: #C1C1C1. Windows color (decimal): -5321787 or 12962734. OLE color: 12962734.
HSL color Cylindrical-coordinate representation of color #AECBC5: hue angle of 167.59º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECBC5 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 197 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.20 |
| HSL | 167.59º | 0.22% | 0.74% | - |
| HSV(B) | 167.59º | 0.14% | 0.8% | - |
| XYZ | 48.89 | 55.74 | 61.01 | - |
| YUV | 193.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 197 | 0.14 | 0 | 0.03 | 0.20 | 167.59 | 0.22 | 0.74 |
| Hex | AE | CB | C5 | E | 0 | 3 | 14 | A8 | 16 | 4A |
| Octal | 256 | 313 | 305 | 16 | 0 | 3 | 24 | 250 | 26 | 112 |
| Binary | 10101110 | 11001011 | 11000101 | 1110 | 0 | 11 | 10100 | 10101000 | 10110 | 1001010 |
Color Harmonies of #AECBC5
Complementary color
Monochromatic Colors of #AECBC5
Black with #AECBC5
Text Example
Text Example
White with #AECBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBC5; }
p { color: rgb(174,203,197); }
H1.HeaderClassName
{
color: #AECBC5;
}
.AnyTagClassName
{
color: #AECBC5;
}
</style>
background-color css
<style>
a { background-color: #AECBC5; }
a { background-color: rgb(174,203,197); }
div.DivClassName
{
background-color: #AECBC5;
}
.BgClassName
{
background-color: #AECBC5;
}
</style>
border-color css
<style>
span { border-color: #AECBC5; }
span { border-color: rgb(174,203,197); }
td.TdClassName
{
border-color: #AECBC5;
}
.TagClassName
{
border-color: #AECBC5;
}
</style>