Shades of Celadon #AEEBAF
Tints of Celadon #AEEBAF
RGB
CMYK
RGB Variations
Color information
#AEEBAF (or 0xAEEBAF) is known color: Celadon. HEX triplet: AE, EB and AF. RGB value is (174,235,175). Sum of RGB (Red+Green+Blue) = 174+235+175=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEBAF is #511450. Grayscale: #D2D2D2. Windows color (decimal): -5313617 or 11529134. OLE color: 11529134.
HSL color Cylindrical-coordinate representation of color #AEEBAF: hue angle of 120.98º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEBAF is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 235 | 175 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.08 |
| HSL | 120.98º | 0.6% | 0.8% | - |
| HSV(B) | 120.98º | 0.26% | 0.92% | - |
| XYZ | 54.9 | 71.51 | 51.47 | - |
| YUV | 209.92 | 108.29 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 235 | 175 | 0.26 | 0 | 0.26 | 0.08 | 120.98 | 0.6 | 0.8 |
| Hex | AE | EB | AF | 1A | 0 | 1A | 8 | 79 | 3C | 50 |
| Octal | 256 | 353 | 257 | 32 | 0 | 32 | 10 | 171 | 74 | 120 |
| Binary | 10101110 | 11101011 | 10101111 | 11010 | 0 | 11010 | 1000 | 1111001 | 111100 | 1010000 |
Color Harmonies of #AEEBAF
Complementary color
Monochromatic Colors of #AEEBAF
Black with #AEEBAF
Text Example
Text Example
White with #AEEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEBAF; }
p { color: rgb(174,235,175); }
H1.HeaderClassName
{
color: #AEEBAF;
}
.AnyTagClassName
{
color: #AEEBAF;
}
</style>
background-color css
<style>
a { background-color: #AEEBAF; }
a { background-color: rgb(174,235,175); }
div.DivClassName
{
background-color: #AEEBAF;
}
.BgClassName
{
background-color: #AEEBAF;
}
</style>
border-color css
<style>
span { border-color: #AEEBAF; }
span { border-color: rgb(174,235,175); }
td.TdClassName
{
border-color: #AEEBAF;
}
.TagClassName
{
border-color: #AEEBAF;
}
</style>