Shades of Celadon #A8DDAF
Tints of Celadon #A8DDAF
RGB
CMYK
RGB Variations
Color information
#A8DDAF (or 0xA8DDAF) is known color: Celadon. HEX triplet: A8, DD and AF. RGB value is (168,221,175). Sum of RGB (Red+Green+Blue) = 168+221+175=564 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.79% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DDAF is #572250. Grayscale: #C8C8C8. Windows color (decimal): -5710417 or 11525544. OLE color: 11525544.
HSL color Cylindrical-coordinate representation of color #A8DDAF: hue angle of 127.92º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DDAF is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 168 | 221 | 175 | - |
CMYK | 0.24 | 0 | 0.21 | 0.13 |
HSL | 127.92º | 0.44% | 0.76% | - |
HSV(B) | 127.92º | 0.24% | 0.87% | - |
XYZ | 49.74 | 63.13 | 50.12 | - |
YUV | 199.91 | 113.94 | 105.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 221 | 175 | 0.24 | 0 | 0.21 | 0.13 | 127.92 | 0.44 | 0.76 |
Hex | A8 | DD | AF | 18 | 0 | 15 | D | 80 | 2C | 4C |
Octal | 250 | 335 | 257 | 30 | 0 | 25 | 15 | 200 | 54 | 114 |
Binary | 10101000 | 11011101 | 10101111 | 11000 | 0 | 10101 | 1101 | 10000000 | 101100 | 1001100 |
Color Harmonies of #A8DDAF
Complementary color
Monochromatic Colors of #A8DDAF
Black with #A8DDAF
Text Example
Text Example
White with #A8DDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DDAF; }
p { color: rgb(168,221,175); }
H1.HeaderClassName
{
color: #A8DDAF;
}
.AnyTagClassName
{
color: #A8DDAF;
}
</style>
background-color css
<style>
a { background-color: #A8DDAF; }
a { background-color: rgb(168,221,175); }
div.DivClassName
{
background-color: #A8DDAF;
}
.BgClassName
{
background-color: #A8DDAF;
}
</style>
border-color css
<style>
span { border-color: #A8DDAF; }
span { border-color: rgb(168,221,175); }
td.TdClassName
{
border-color: #A8DDAF;
}
.TagClassName
{
border-color: #A8DDAF;
}
</style>