Shades of Celadon #AAF6B2
Tints of Celadon #AAF6B2
RGB
CMYK
RGB Variations
Color information
#AAF6B2 (or 0xAAF6B2) is known color: Celadon. HEX triplet: AA, F6 and B2. RGB value is (170,246,178). Sum of RGB (Red+Green+Blue) = 170+246+178=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF6B2 is #55094D. Grayscale: #D7D7D7. Windows color (decimal): -5572942 or 11728554. OLE color: 11728554.
HSL color Cylindrical-coordinate representation of color #AAF6B2: hue angle of 126.32º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF6B2 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 178 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.04 |
| HSL | 126.32º | 0.81% | 0.82% | - |
| HSV(B) | 126.32º | 0.31% | 0.96% | - |
| XYZ | 57.57 | 77.67 | 54.08 | - |
| YUV | 215.52 | 106.82 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 178 | 0.31 | 0 | 0.28 | 0.04 | 126.32 | 0.81 | 0.82 |
| Hex | AA | F6 | B2 | 1F | 0 | 1C | 4 | 7E | 51 | 52 |
| Octal | 252 | 366 | 262 | 37 | 0 | 34 | 4 | 176 | 121 | 122 |
| Binary | 10101010 | 11110110 | 10110010 | 11111 | 0 | 11100 | 100 | 1111110 | 1010001 | 1010010 |
Color Harmonies of #AAF6B2
Complementary color
Monochromatic Colors of #AAF6B2
Black with #AAF6B2
Text Example
Text Example
White with #AAF6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF6B2; }
p { color: rgb(170,246,178); }
H1.HeaderClassName
{
color: #AAF6B2;
}
.AnyTagClassName
{
color: #AAF6B2;
}
</style>
background-color css
<style>
a { background-color: #AAF6B2; }
a { background-color: rgb(170,246,178); }
div.DivClassName
{
background-color: #AAF6B2;
}
.BgClassName
{
background-color: #AAF6B2;
}
</style>
border-color css
<style>
span { border-color: #AAF6B2; }
span { border-color: rgb(170,246,178); }
td.TdClassName
{
border-color: #AAF6B2;
}
.TagClassName
{
border-color: #AAF6B2;
}
</style>