Shades of Celadon #AEDAB2
Tints of Celadon #AEDAB2
RGB
CMYK
RGB Variations
Color information
#AEDAB2 (or 0xAEDAB2) is known color: Celadon. HEX triplet: AE, DA and B2. RGB value is (174,218,178). Sum of RGB (Red+Green+Blue) = 174+218+178=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDAB2 is #51254D. Grayscale: #C8C8C8. Windows color (decimal): -5317966 or 11721390. OLE color: 11721390.
HSL color Cylindrical-coordinate representation of color #AEDAB2: hue angle of 125.45º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEDAB2 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 178 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.15 |
| HSL | 125.45º | 0.37% | 0.77% | - |
| HSV(B) | 125.45º | 0.2% | 0.85% | - |
| XYZ | 50.56 | 62.36 | 51.49 | - |
| YUV | 200.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 178 | 0.20 | 0 | 0.18 | 0.15 | 125.45 | 0.37 | 0.77 |
| Hex | AE | DA | B2 | 14 | 0 | 12 | F | 7D | 25 | 4D |
| Octal | 256 | 332 | 262 | 24 | 0 | 22 | 17 | 175 | 45 | 115 |
| Binary | 10101110 | 11011010 | 10110010 | 10100 | 0 | 10010 | 1111 | 1111101 | 100101 | 1001101 |
Color Harmonies of #AEDAB2
Complementary color
Monochromatic Colors of #AEDAB2
Black with #AEDAB2
Text Example
Text Example
White with #AEDAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAB2; }
p { color: rgb(174,218,178); }
H1.HeaderClassName
{
color: #AEDAB2;
}
.AnyTagClassName
{
color: #AEDAB2;
}
</style>
background-color css
<style>
a { background-color: #AEDAB2; }
a { background-color: rgb(174,218,178); }
div.DivClassName
{
background-color: #AEDAB2;
}
.BgClassName
{
background-color: #AEDAB2;
}
</style>
border-color css
<style>
span { border-color: #AEDAB2; }
span { border-color: rgb(174,218,178); }
td.TdClassName
{
border-color: #AEDAB2;
}
.TagClassName
{
border-color: #AEDAB2;
}
</style>