Shades of Celadon #AEEDB4
Tints of Celadon #AEEDB4
RGB
CMYK
RGB Variations
Color information
#AEEDB4 (or 0xAEEDB4) is known color: Celadon. HEX triplet: AE, ED and B4. RGB value is (174,237,180). Sum of RGB (Red+Green+Blue) = 174+237+180=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDB4 is #51124B. Grayscale: #D3D3D3. Windows color (decimal): -5313100 or 11857326. OLE color: 11857326.
HSL color Cylindrical-coordinate representation of color #AEEDB4: hue angle of 125.71º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEDB4 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 180 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.07 |
| HSL | 125.71º | 0.64% | 0.81% | - |
| HSV(B) | 125.71º | 0.27% | 0.93% | - |
| XYZ | 55.98 | 72.86 | 54.29 | - |
| YUV | 211.67 | 110.13 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 180 | 0.27 | 0 | 0.24 | 0.07 | 125.71 | 0.64 | 0.81 |
| Hex | AE | ED | B4 | 1B | 0 | 18 | 7 | 7E | 40 | 51 |
| Octal | 256 | 355 | 264 | 33 | 0 | 30 | 7 | 176 | 100 | 121 |
| Binary | 10101110 | 11101101 | 10110100 | 11011 | 0 | 11000 | 111 | 1111110 | 1000000 | 1010001 |
Color Harmonies of #AEEDB4
Complementary color
Monochromatic Colors of #AEEDB4
Black with #AEEDB4
Text Example
Text Example
White with #AEEDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEDB4; }
p { color: rgb(174,237,180); }
H1.HeaderClassName
{
color: #AEEDB4;
}
.AnyTagClassName
{
color: #AEEDB4;
}
</style>
background-color css
<style>
a { background-color: #AEEDB4; }
a { background-color: rgb(174,237,180); }
div.DivClassName
{
background-color: #AEEDB4;
}
.BgClassName
{
background-color: #AEEDB4;
}
</style>
border-color css
<style>
span { border-color: #AEEDB4; }
span { border-color: rgb(174,237,180); }
td.TdClassName
{
border-color: #AEEDB4;
}
.TagClassName
{
border-color: #AEEDB4;
}
</style>