Shades of Celadon #AFDDB3
Tints of Celadon #AFDDB3
RGB
CMYK
RGB Variations
Color information
#AFDDB3 (or 0xAFDDB3) is known color: Celadon. HEX triplet: AF, DD and B3. RGB value is (175,221,179). Sum of RGB (Red+Green+Blue) = 175+221+179=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDB3 is #50224C. Grayscale: #CACACA. Windows color (decimal): -5251661 or 11787695. OLE color: 11787695.
HSL color Cylindrical-coordinate representation of color #AFDDB3: hue angle of 125.22º 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 #AFDDB3 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 179 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.13 |
| HSL | 125.22º | 0.4% | 0.78% | - |
| HSV(B) | 125.22º | 0.21% | 0.87% | - |
| XYZ | 51.67 | 64.08 | 52.29 | - |
| YUV | 202.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 179 | 0.21 | 0 | 0.19 | 0.13 | 125.22 | 0.4 | 0.78 |
| Hex | AF | DD | B3 | 15 | 0 | 13 | D | 7D | 28 | 4E |
| Octal | 257 | 335 | 263 | 25 | 0 | 23 | 15 | 175 | 50 | 116 |
| Binary | 10101111 | 11011101 | 10110011 | 10101 | 0 | 10011 | 1101 | 1111101 | 101000 | 1001110 |
Color Harmonies of #AFDDB3
Complementary color
Monochromatic Colors of #AFDDB3
Black with #AFDDB3
Text Example
Text Example
White with #AFDDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDB3; }
p { color: rgb(175,221,179); }
H1.HeaderClassName
{
color: #AFDDB3;
}
.AnyTagClassName
{
color: #AFDDB3;
}
</style>
background-color css
<style>
a { background-color: #AFDDB3; }
a { background-color: rgb(175,221,179); }
div.DivClassName
{
background-color: #AFDDB3;
}
.BgClassName
{
background-color: #AFDDB3;
}
</style>
border-color css
<style>
span { border-color: #AFDDB3; }
span { border-color: rgb(175,221,179); }
td.TdClassName
{
border-color: #AFDDB3;
}
.TagClassName
{
border-color: #AFDDB3;
}
</style>