Shades of Opal #AECBC3
Tints of Opal #AECBC3
RGB
CMYK
RGB Variations
Color information
#AECBC3 (or 0xAECBC3) is known color: Opal. HEX triplet: AE, CB and C3. RGB value is (174,203,195). Sum of RGB (Red+Green+Blue) = 174+203+195=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 195 (76.56% from 255 or 34.09% from 572); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBC3 is #51343C. Grayscale: #C1C1C1. Windows color (decimal): -5321789 or 12831662. OLE color: 12831662.
HSL color Cylindrical-coordinate representation of color #AECBC3: hue angle of 163.45º 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 #AECBC3 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 195 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.20 |
| HSL | 163.45º | 0.22% | 0.74% | - |
| HSV(B) | 163.45º | 0.14% | 0.8% | - |
| XYZ | 48.66 | 55.65 | 59.81 | - |
| YUV | 193.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 195 | 0.14 | 0 | 0.04 | 0.20 | 163.45 | 0.22 | 0.74 |
| Hex | AE | CB | C3 | E | 0 | 4 | 14 | A3 | 16 | 4A |
| Octal | 256 | 313 | 303 | 16 | 0 | 4 | 24 | 243 | 26 | 112 |
| Binary | 10101110 | 11001011 | 11000011 | 1110 | 0 | 100 | 10100 | 10100011 | 10110 | 1001010 |
Color Harmonies of #AECBC3
Complementary color
Monochromatic Colors of #AECBC3
Black with #AECBC3
Text Example
Text Example
White with #AECBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBC3; }
p { color: rgb(174,203,195); }
H1.HeaderClassName
{
color: #AECBC3;
}
.AnyTagClassName
{
color: #AECBC3;
}
</style>
background-color css
<style>
a { background-color: #AECBC3; }
a { background-color: rgb(174,203,195); }
div.DivClassName
{
background-color: #AECBC3;
}
.BgClassName
{
background-color: #AECBC3;
}
</style>
border-color css
<style>
span { border-color: #AECBC3; }
span { border-color: rgb(174,203,195); }
td.TdClassName
{
border-color: #AECBC3;
}
.TagClassName
{
border-color: #AECBC3;
}
</style>