Shades of Celadon #AEEAB0
Tints of Celadon #AEEAB0
RGB
CMYK
RGB Variations
Color information
#AEEAB0 (or 0xAEEAB0) is known color: Celadon. HEX triplet: AE, EA and B0. RGB value is (174,234,176). Sum of RGB (Red+Green+Blue) = 174+234+176=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEAB0 is #51154F. Grayscale: #D1D1D1. Windows color (decimal): -5313872 or 11594414. OLE color: 11594414.
HSL color Cylindrical-coordinate representation of color #AEEAB0: hue angle of 122º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEAB0 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 176 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.08 |
| HSL | 122º | 0.59% | 0.8% | - |
| HSV(B) | 122º | 0.26% | 0.92% | - |
| XYZ | 54.71 | 70.98 | 51.89 | - |
| YUV | 209.45 | 109.12 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 176 | 0.26 | 0 | 0.25 | 0.08 | 122 | 0.59 | 0.8 |
| Hex | AE | EA | B0 | 1A | 0 | 19 | 8 | 7A | 3B | 50 |
| Octal | 256 | 352 | 260 | 32 | 0 | 31 | 10 | 172 | 73 | 120 |
| Binary | 10101110 | 11101010 | 10110000 | 11010 | 0 | 11001 | 1000 | 1111010 | 111011 | 1010000 |
Color Harmonies of #AEEAB0
Complementary color
Monochromatic Colors of #AEEAB0
Black with #AEEAB0
Text Example
Text Example
White with #AEEAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEAB0; }
p { color: rgb(174,234,176); }
H1.HeaderClassName
{
color: #AEEAB0;
}
.AnyTagClassName
{
color: #AEEAB0;
}
</style>
background-color css
<style>
a { background-color: #AEEAB0; }
a { background-color: rgb(174,234,176); }
div.DivClassName
{
background-color: #AEEAB0;
}
.BgClassName
{
background-color: #AEEAB0;
}
</style>
border-color css
<style>
span { border-color: #AEEAB0; }
span { border-color: rgb(174,234,176); }
td.TdClassName
{
border-color: #AEEAB0;
}
.TagClassName
{
border-color: #AEEAB0;
}
</style>