Shades of Celadon #A8DFAE
Tints of Celadon #A8DFAE
RGB
CMYK
RGB Variations
Color information
#A8DFAE (or 0xA8DFAE) is known color: Celadon. HEX triplet: A8, DF and AE. RGB value is (168,223,174). Sum of RGB (Red+Green+Blue) = 168+223+174=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DFAE is #572051. Grayscale: #C9C9C9. Windows color (decimal): -5709906 or 11460520. OLE color: 11460520.
HSL color Cylindrical-coordinate representation of color #A8DFAE: hue angle of 126.55º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8DFAE is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 174 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.13 |
| HSL | 126.55º | 0.46% | 0.77% | - |
| HSV(B) | 126.55º | 0.25% | 0.87% | - |
| XYZ | 50.18 | 64.16 | 49.78 | - |
| YUV | 200.97 | 112.78 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 174 | 0.25 | 0 | 0.22 | 0.13 | 126.55 | 0.46 | 0.77 |
| Hex | A8 | DF | AE | 19 | 0 | 16 | D | 7F | 2E | 4D |
| Octal | 250 | 337 | 256 | 31 | 0 | 26 | 15 | 177 | 56 | 115 |
| Binary | 10101000 | 11011111 | 10101110 | 11001 | 0 | 10110 | 1101 | 1111111 | 101110 | 1001101 |
Color Harmonies of #A8DFAE
Complementary color
Monochromatic Colors of #A8DFAE
Black with #A8DFAE
Text Example
Text Example
White with #A8DFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DFAE; }
p { color: rgb(168,223,174); }
H1.HeaderClassName
{
color: #A8DFAE;
}
.AnyTagClassName
{
color: #A8DFAE;
}
</style>
background-color css
<style>
a { background-color: #A8DFAE; }
a { background-color: rgb(168,223,174); }
div.DivClassName
{
background-color: #A8DFAE;
}
.BgClassName
{
background-color: #A8DFAE;
}
</style>
border-color css
<style>
span { border-color: #A8DFAE; }
span { border-color: rgb(168,223,174); }
td.TdClassName
{
border-color: #A8DFAE;
}
.TagClassName
{
border-color: #A8DFAE;
}
</style>