Shades of Celadon #AAFDB4
Tints of Celadon #AAFDB4
RGB
CMYK
RGB Variations
Color information
#AAFDB4 (or 0xAAFDB4) is known color: Celadon. HEX triplet: AA, FD and B4. RGB value is (170,253,180). Sum of RGB (Red+Green+Blue) = 170+253+180=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDB4 is #55024B. Grayscale: #DCDCDC. Windows color (decimal): -5571148 or 11861418. OLE color: 11861418.
HSL color Cylindrical-coordinate representation of color #AAFDB4: hue angle of 127.23º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFDB4 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 170 | 253 | 180 | - |
CMYK | 0.33 | 0 | 0.29 | 0.01 |
HSL | 127.23º | 0.95% | 0.83% | - |
HSV(B) | 127.23º | 0.33% | 0.99% | - |
XYZ | 59.94 | 82.09 | 55.87 | - |
YUV | 219.86 | 105.5 | 92.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 253 | 180 | 0.33 | 0 | 0.29 | 0.01 | 127.23 | 0.95 | 0.83 |
Hex | AA | FD | B4 | 21 | 0 | 1D | 1 | 7F | 5F | 53 |
Octal | 252 | 375 | 264 | 41 | 0 | 35 | 1 | 177 | 137 | 123 |
Binary | 10101010 | 11111101 | 10110100 | 100001 | 0 | 11101 | 1 | 1111111 | 1011111 | 1010011 |
Color Harmonies of #AAFDB4
Complementary color
Monochromatic Colors of #AAFDB4
Black with #AAFDB4
Text Example
Text Example
White with #AAFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFDB4; }
p { color: rgb(170,253,180); }
H1.HeaderClassName
{
color: #AAFDB4;
}
.AnyTagClassName
{
color: #AAFDB4;
}
</style>
background-color css
<style>
a { background-color: #AAFDB4; }
a { background-color: rgb(170,253,180); }
div.DivClassName
{
background-color: #AAFDB4;
}
.BgClassName
{
background-color: #AAFDB4;
}
</style>
border-color css
<style>
span { border-color: #AAFDB4; }
span { border-color: rgb(170,253,180); }
td.TdClassName
{
border-color: #AAFDB4;
}
.TagClassName
{
border-color: #AAFDB4;
}
</style>