Shades of Celadon #AEDCB2
Tints of Celadon #AEDCB2
RGB
CMYK
RGB Variations
Color information
#AEDCB2 (or 0xAEDCB2) is known color: Celadon. HEX triplet: AE, DC and B2. RGB value is (174,220,178). Sum of RGB (Red+Green+Blue) = 174+220+178=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDCB2 is #51234D. Grayscale: #C9C9C9. Windows color (decimal): -5317454 or 11721902. OLE color: 11721902.
HSL color Cylindrical-coordinate representation of color #AEDCB2: hue angle of 125.22º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCB2 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 178 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.14 |
| HSL | 125.22º | 0.4% | 0.77% | - |
| HSV(B) | 125.22º | 0.21% | 0.86% | - |
| XYZ | 51.08 | 63.4 | 51.66 | - |
| YUV | 201.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 178 | 0.21 | 0 | 0.19 | 0.14 | 125.22 | 0.4 | 0.77 |
| Hex | AE | DC | B2 | 15 | 0 | 13 | E | 7D | 28 | 4D |
| Octal | 256 | 334 | 262 | 25 | 0 | 23 | 16 | 175 | 50 | 115 |
| Binary | 10101110 | 11011100 | 10110010 | 10101 | 0 | 10011 | 1110 | 1111101 | 101000 | 1001101 |
Color Harmonies of #AEDCB2
Complementary color
Monochromatic Colors of #AEDCB2
Black with #AEDCB2
Text Example
Text Example
White with #AEDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCB2; }
p { color: rgb(174,220,178); }
H1.HeaderClassName
{
color: #AEDCB2;
}
.AnyTagClassName
{
color: #AEDCB2;
}
</style>
background-color css
<style>
a { background-color: #AEDCB2; }
a { background-color: rgb(174,220,178); }
div.DivClassName
{
background-color: #AEDCB2;
}
.BgClassName
{
background-color: #AEDCB2;
}
</style>
border-color css
<style>
span { border-color: #AEDCB2; }
span { border-color: rgb(174,220,178); }
td.TdClassName
{
border-color: #AEDCB2;
}
.TagClassName
{
border-color: #AEDCB2;
}
</style>