Shades of Celadon #AAF0B0
Tints of Celadon #AAF0B0
RGB
CMYK
RGB Variations
Color information
#AAF0B0 (or 0xAAF0B0) is known color: Celadon. HEX triplet: AA, F0 and B0. RGB value is (170,240,176). Sum of RGB (Red+Green+Blue) = 170+240+176=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF0B0 is #550F4F. Grayscale: #D3D3D3. Windows color (decimal): -5574480 or 11595946. OLE color: 11595946.
HSL color Cylindrical-coordinate representation of color #AAF0B0: hue angle of 125.14º degrees, saturation: 0.7, 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 #AAF0B0 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 176 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.06 |
| HSL | 125.14º | 0.7% | 0.8% | - |
| HSV(B) | 125.14º | 0.29% | 0.94% | - |
| XYZ | 55.57 | 74 | 52.43 | - |
| YUV | 211.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 176 | 0.29 | 0 | 0.27 | 0.06 | 125.14 | 0.7 | 0.8 |
| Hex | AA | F0 | B0 | 1D | 0 | 1B | 6 | 7D | 46 | 50 |
| Octal | 252 | 360 | 260 | 35 | 0 | 33 | 6 | 175 | 106 | 120 |
| Binary | 10101010 | 11110000 | 10110000 | 11101 | 0 | 11011 | 110 | 1111101 | 1000110 | 1010000 |
Color Harmonies of #AAF0B0
Complementary color
Monochromatic Colors of #AAF0B0
Black with #AAF0B0
Text Example
Text Example
White with #AAF0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF0B0; }
p { color: rgb(170,240,176); }
H1.HeaderClassName
{
color: #AAF0B0;
}
.AnyTagClassName
{
color: #AAF0B0;
}
</style>
background-color css
<style>
a { background-color: #AAF0B0; }
a { background-color: rgb(170,240,176); }
div.DivClassName
{
background-color: #AAF0B0;
}
.BgClassName
{
background-color: #AAF0B0;
}
</style>
border-color css
<style>
span { border-color: #AAF0B0; }
span { border-color: rgb(170,240,176); }
td.TdClassName
{
border-color: #AAF0B0;
}
.TagClassName
{
border-color: #AAF0B0;
}
</style>