Shades of Celadon #AFDDB1
Tints of Celadon #AFDDB1
RGB
CMYK
RGB Variations
Color information
#AFDDB1 (or 0xAFDDB1) is known color: Celadon. HEX triplet: AF, DD and B1. RGB value is (175,221,177). Sum of RGB (Red+Green+Blue) = 175+221+177=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDDB1 is #50224E. Grayscale: #CACACA. Windows color (decimal): -5251663 or 11656623. OLE color: 11656623.
HSL color Cylindrical-coordinate representation of color #AFDDB1: hue angle of 122.61º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDDB1 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 177 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.13 |
| HSL | 122.61º | 0.4% | 0.78% | - |
| HSV(B) | 122.61º | 0.21% | 0.87% | - |
| XYZ | 51.47 | 64 | 51.24 | - |
| YUV | 202.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 177 | 0.21 | 0 | 0.20 | 0.13 | 122.61 | 0.4 | 0.78 |
| Hex | AF | DD | B1 | 15 | 0 | 14 | D | 7B | 28 | 4E |
| Octal | 257 | 335 | 261 | 25 | 0 | 24 | 15 | 173 | 50 | 116 |
| Binary | 10101111 | 11011101 | 10110001 | 10101 | 0 | 10100 | 1101 | 1111011 | 101000 | 1001110 |
Color Harmonies of #AFDDB1
Complementary color
Monochromatic Colors of #AFDDB1
Black with #AFDDB1
Text Example
Text Example
White with #AFDDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDB1; }
p { color: rgb(175,221,177); }
H1.HeaderClassName
{
color: #AFDDB1;
}
.AnyTagClassName
{
color: #AFDDB1;
}
</style>
background-color css
<style>
a { background-color: #AFDDB1; }
a { background-color: rgb(175,221,177); }
div.DivClassName
{
background-color: #AFDDB1;
}
.BgClassName
{
background-color: #AFDDB1;
}
</style>
border-color css
<style>
span { border-color: #AFDDB1; }
span { border-color: rgb(175,221,177); }
td.TdClassName
{
border-color: #AFDDB1;
}
.TagClassName
{
border-color: #AFDDB1;
}
</style>