Shades of Celadon #AEDDB3
Tints of Celadon #AEDDB3
RGB
CMYK
RGB Variations
Color information
#AEDDB3 (or 0xAEDDB3) is known color: Celadon. HEX triplet: AE, DD and B3. RGB value is (174,221,179). Sum of RGB (Red+Green+Blue) = 174+221+179=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDB3 is #51224C. Grayscale: #CACACA. Windows color (decimal): -5317197 or 11787694. OLE color: 11787694.
HSL color Cylindrical-coordinate representation of color #AEDDB3: hue angle of 126.38º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDDB3 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 174 | 221 | 179 | - |
CMYK | 0.21 | 0 | 0.19 | 0.13 |
HSL | 126.38º | 0.41% | 0.77% | - |
HSV(B) | 126.38º | 0.21% | 0.87% | - |
XYZ | 51.45 | 63.97 | 52.28 | - |
YUV | 202.16 | 114.93 | 107.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 221 | 179 | 0.21 | 0 | 0.19 | 0.13 | 126.38 | 0.41 | 0.77 |
Hex | AE | DD | B3 | 15 | 0 | 13 | D | 7E | 29 | 4D |
Octal | 256 | 335 | 263 | 25 | 0 | 23 | 15 | 176 | 51 | 115 |
Binary | 10101110 | 11011101 | 10110011 | 10101 | 0 | 10011 | 1101 | 1111110 | 101001 | 1001101 |
Color Harmonies of #AEDDB3
Complementary color
Monochromatic Colors of #AEDDB3
Black with #AEDDB3
Text Example
Text Example
White with #AEDDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDB3; }
p { color: rgb(174,221,179); }
H1.HeaderClassName
{
color: #AEDDB3;
}
.AnyTagClassName
{
color: #AEDDB3;
}
</style>
background-color css
<style>
a { background-color: #AEDDB3; }
a { background-color: rgb(174,221,179); }
div.DivClassName
{
background-color: #AEDDB3;
}
.BgClassName
{
background-color: #AEDDB3;
}
</style>
border-color css
<style>
span { border-color: #AEDDB3; }
span { border-color: rgb(174,221,179); }
td.TdClassName
{
border-color: #AEDDB3;
}
.TagClassName
{
border-color: #AEDDB3;
}
</style>