Shades of Celadon #AAEFB3
Tints of Celadon #AAEFB3
RGB
CMYK
RGB Variations
Color information
#AAEFB3 (or 0xAAEFB3) is known color: Celadon. HEX triplet: AA, EF and B3. RGB value is (170,239,179). Sum of RGB (Red+Green+Blue) = 170+239+179=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFB3 is #55104C. Grayscale: #D3D3D3. Windows color (decimal): -5574733 or 11792298. OLE color: 11792298.
HSL color Cylindrical-coordinate representation of color #AAEFB3: hue angle of 127.83º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEFB3 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 179 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.06 |
| HSL | 127.83º | 0.68% | 0.8% | - |
| HSV(B) | 127.83º | 0.29% | 0.94% | - |
| XYZ | 55.58 | 73.53 | 53.91 | - |
| YUV | 211.53 | 109.64 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 179 | 0.29 | 0 | 0.25 | 0.06 | 127.83 | 0.68 | 0.8 |
| Hex | AA | EF | B3 | 1D | 0 | 19 | 6 | 80 | 44 | 50 |
| Octal | 252 | 357 | 263 | 35 | 0 | 31 | 6 | 200 | 104 | 120 |
| Binary | 10101010 | 11101111 | 10110011 | 11101 | 0 | 11001 | 110 | 10000000 | 1000100 | 1010000 |
Color Harmonies of #AAEFB3
Complementary color
Monochromatic Colors of #AAEFB3
Black with #AAEFB3
Text Example
Text Example
White with #AAEFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEFB3; }
p { color: rgb(170,239,179); }
H1.HeaderClassName
{
color: #AAEFB3;
}
.AnyTagClassName
{
color: #AAEFB3;
}
</style>
background-color css
<style>
a { background-color: #AAEFB3; }
a { background-color: rgb(170,239,179); }
div.DivClassName
{
background-color: #AAEFB3;
}
.BgClassName
{
background-color: #AAEFB3;
}
</style>
border-color css
<style>
span { border-color: #AAEFB3; }
span { border-color: rgb(170,239,179); }
td.TdClassName
{
border-color: #AAEFB3;
}
.TagClassName
{
border-color: #AAEFB3;
}
</style>