Shades of Celadon #A8DEAE
Tints of Celadon #A8DEAE
RGB
CMYK
RGB Variations
Color information
#A8DEAE (or 0xA8DEAE) is known color: Celadon. HEX triplet: A8, DE and AE. RGB value is (168,222,174). Sum of RGB (Red+Green+Blue) = 168+222+174=564 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.79% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DEAE is #572151. Grayscale: #C8C8C8. Windows color (decimal): -5710162 or 11460264. OLE color: 11460264.
HSL color Cylindrical-coordinate representation of color #A8DEAE: hue angle of 126.67º degrees, saturation: 0.45, 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 #A8DEAE is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 174 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.13 |
| HSL | 126.67º | 0.45% | 0.76% | - |
| HSV(B) | 126.67º | 0.24% | 0.87% | - |
| XYZ | 49.91 | 63.62 | 49.69 | - |
| YUV | 200.38 | 113.11 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 174 | 0.24 | 0 | 0.22 | 0.13 | 126.67 | 0.45 | 0.76 |
| Hex | A8 | DE | AE | 18 | 0 | 16 | D | 7F | 2D | 4C |
| Octal | 250 | 336 | 256 | 30 | 0 | 26 | 15 | 177 | 55 | 114 |
| Binary | 10101000 | 11011110 | 10101110 | 11000 | 0 | 10110 | 1101 | 1111111 | 101101 | 1001100 |
Color Harmonies of #A8DEAE
Complementary color
Monochromatic Colors of #A8DEAE
Black with #A8DEAE
Text Example
Text Example
White with #A8DEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DEAE; }
p { color: rgb(168,222,174); }
H1.HeaderClassName
{
color: #A8DEAE;
}
.AnyTagClassName
{
color: #A8DEAE;
}
</style>
background-color css
<style>
a { background-color: #A8DEAE; }
a { background-color: rgb(168,222,174); }
div.DivClassName
{
background-color: #A8DEAE;
}
.BgClassName
{
background-color: #A8DEAE;
}
</style>
border-color css
<style>
span { border-color: #A8DEAE; }
span { border-color: rgb(168,222,174); }
td.TdClassName
{
border-color: #A8DEAE;
}
.TagClassName
{
border-color: #A8DEAE;
}
</style>