Shades of Celadon #AEE1B4
Tints of Celadon #AEE1B4
RGB
CMYK
RGB Variations
Color information
#AEE1B4 (or 0xAEE1B4) is known color: Celadon. HEX triplet: AE, E1 and B4. RGB value is (174,225,180). Sum of RGB (Red+Green+Blue) = 174+225+180=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE1B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE1B4 is #511E4B. Grayscale: #CCCCCC. Windows color (decimal): -5316172 or 11854254. OLE color: 11854254.
HSL color Cylindrical-coordinate representation of color #AEE1B4: hue angle of 127.06º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE1B4 is Cyan = 0.23, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 225 | 180 | - |
| CMYK | 0.23 | 0 | 0.2 | 0.12 |
| HSL | 127.06º | 0.46% | 0.78% | - |
| HSV(B) | 127.06º | 0.23% | 0.88% | - |
| XYZ | 52.62 | 66.14 | 53.17 | - |
| YUV | 204.62 | 114.1 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 225 | 180 | 0.23 | 0 | 0.2 | 0.12 | 127.06 | 0.46 | 0.78 |
| Hex | AE | E1 | B4 | 17 | 0 | 14 | C | 7F | 2E | 4E |
| Octal | 256 | 341 | 264 | 27 | 0 | 24 | 14 | 177 | 56 | 116 |
| Binary | 10101110 | 11100001 | 10110100 | 10111 | 0 | 10100 | 1100 | 1111111 | 101110 | 1001110 |
Color Harmonies of #AEE1B4
Complementary color
Monochromatic Colors of #AEE1B4
Black with #AEE1B4
Text Example
Text Example
White with #AEE1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE1B4; }
p { color: rgb(174,225,180); }
H1.HeaderClassName
{
color: #AEE1B4;
}
.AnyTagClassName
{
color: #AEE1B4;
}
</style>
background-color css
<style>
a { background-color: #AEE1B4; }
a { background-color: rgb(174,225,180); }
div.DivClassName
{
background-color: #AEE1B4;
}
.BgClassName
{
background-color: #AEE1B4;
}
</style>
border-color css
<style>
span { border-color: #AEE1B4; }
span { border-color: rgb(174,225,180); }
td.TdClassName
{
border-color: #AEE1B4;
}
.TagClassName
{
border-color: #AEE1B4;
}
</style>