Shades of Celadon #AAEBB3
Tints of Celadon #AAEBB3
RGB
CMYK
RGB Variations
Color information
#AAEBB3 (or 0xAAEBB3) is known color: Celadon. HEX triplet: AA, EB and B3. RGB value is (170,235,179). Sum of RGB (Red+Green+Blue) = 170+235+179=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBB3 is #55144C. Grayscale: #D1D1D1. Windows color (decimal): -5575757 or 11791274. OLE color: 11791274.
HSL color Cylindrical-coordinate representation of color #AAEBB3: hue angle of 128.31º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBB3 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 179 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.08 |
| HSL | 128.31º | 0.62% | 0.79% | - |
| HSV(B) | 128.31º | 0.28% | 0.92% | - |
| XYZ | 54.42 | 71.22 | 53.53 | - |
| YUV | 209.18 | 110.97 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 179 | 0.28 | 0 | 0.24 | 0.08 | 128.31 | 0.62 | 0.79 |
| Hex | AA | EB | B3 | 1C | 0 | 18 | 8 | 80 | 3E | 4F |
| Octal | 252 | 353 | 263 | 34 | 0 | 30 | 10 | 200 | 76 | 117 |
| Binary | 10101010 | 11101011 | 10110011 | 11100 | 0 | 11000 | 1000 | 10000000 | 111110 | 1001111 |
Color Harmonies of #AAEBB3
Complementary color
Monochromatic Colors of #AAEBB3
Black with #AAEBB3
Text Example
Text Example
White with #AAEBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBB3; }
p { color: rgb(170,235,179); }
H1.HeaderClassName
{
color: #AAEBB3;
}
.AnyTagClassName
{
color: #AAEBB3;
}
</style>
background-color css
<style>
a { background-color: #AAEBB3; }
a { background-color: rgb(170,235,179); }
div.DivClassName
{
background-color: #AAEBB3;
}
.BgClassName
{
background-color: #AAEBB3;
}
</style>
border-color css
<style>
span { border-color: #AAEBB3; }
span { border-color: rgb(170,235,179); }
td.TdClassName
{
border-color: #AAEBB3;
}
.TagClassName
{
border-color: #AAEBB3;
}
</style>