Shades of Celadon #AFDAB4
Tints of Celadon #AFDAB4
RGB
CMYK
RGB Variations
Color information
#AFDAB4 (or 0xAFDAB4) is known color: Celadon. HEX triplet: AF, DA and B4. RGB value is (175,218,180). Sum of RGB (Red+Green+Blue) = 175+218+180=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDAB4 is #50254B. Grayscale: #C8C8C8. Windows color (decimal): -5252428 or 11852463. OLE color: 11852463.
HSL color Cylindrical-coordinate representation of color #AFDAB4: hue angle of 126.98º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDAB4 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 180 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.15 |
| HSL | 126.98º | 0.37% | 0.77% | - |
| HSV(B) | 126.98º | 0.2% | 0.85% | - |
| XYZ | 50.99 | 62.55 | 52.57 | - |
| YUV | 200.81 | 116.25 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 180 | 0.20 | 0 | 0.17 | 0.15 | 126.98 | 0.37 | 0.77 |
| Hex | AF | DA | B4 | 14 | 0 | 11 | F | 7F | 25 | 4D |
| Octal | 257 | 332 | 264 | 24 | 0 | 21 | 17 | 177 | 45 | 115 |
| Binary | 10101111 | 11011010 | 10110100 | 10100 | 0 | 10001 | 1111 | 1111111 | 100101 | 1001101 |
Color Harmonies of #AFDAB4
Complementary color
Monochromatic Colors of #AFDAB4
Black with #AFDAB4
Text Example
Text Example
White with #AFDAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDAB4; }
p { color: rgb(175,218,180); }
H1.HeaderClassName
{
color: #AFDAB4;
}
.AnyTagClassName
{
color: #AFDAB4;
}
</style>
background-color css
<style>
a { background-color: #AFDAB4; }
a { background-color: rgb(175,218,180); }
div.DivClassName
{
background-color: #AFDAB4;
}
.BgClassName
{
background-color: #AFDAB4;
}
</style>
border-color css
<style>
span { border-color: #AFDAB4; }
span { border-color: rgb(175,218,180); }
td.TdClassName
{
border-color: #AFDAB4;
}
.TagClassName
{
border-color: #AFDAB4;
}
</style>