Shades of Celadon #AAFFB6
Tints of Celadon #AAFFB6
RGB
CMYK
RGB Variations
Color information
#AAFFB6 (or 0xAAFFB6) is known color: Celadon. HEX triplet: AA, FF and B6. RGB value is (170,255,182). Sum of RGB (Red+Green+Blue) = 170+255+182=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFB6 is #550049. Grayscale: #DDDDDD. Windows color (decimal): -5570634 or 11993002. OLE color: 11993002.
HSL color Cylindrical-coordinate representation of color #AAFFB6: hue angle of 128.47º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFB6 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 182 | - |
| CMYK | 0.33 | 0 | 0.29 | 0 |
| HSL | 128.47º | 1% | 0.83% | - |
| HSV(B) | 128.47º | 0.33% | 1% | - |
| XYZ | 60.78 | 83.44 | 57.16 | - |
| YUV | 221.26 | 105.84 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 182 | 0.33 | 0 | 0.29 | 0 | 128.47 | 1 | 0.83 |
| Hex | AA | FF | B6 | 21 | 0 | 1D | 0 | 80 | 64 | 53 |
| Octal | 252 | 377 | 266 | 41 | 0 | 35 | 0 | 200 | 144 | 123 |
| Binary | 10101010 | 11111111 | 10110110 | 100001 | 0 | 11101 | 0 | 10000000 | 1100100 | 1010011 |
Color Harmonies of #AAFFB6
Complementary color
Monochromatic Colors of #AAFFB6
Black with #AAFFB6
Text Example
Text Example
White with #AAFFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFFB6; }
p { color: rgb(170,255,182); }
H1.HeaderClassName
{
color: #AAFFB6;
}
.AnyTagClassName
{
color: #AAFFB6;
}
</style>
background-color css
<style>
a { background-color: #AAFFB6; }
a { background-color: rgb(170,255,182); }
div.DivClassName
{
background-color: #AAFFB6;
}
.BgClassName
{
background-color: #AAFFB6;
}
</style>
border-color css
<style>
span { border-color: #AAFFB6; }
span { border-color: rgb(170,255,182); }
td.TdClassName
{
border-color: #AAFFB6;
}
.TagClassName
{
border-color: #AAFFB6;
}
</style>