Shades of Celadon #A2DFA8
Tints of Celadon #A2DFA8
RGB
CMYK
RGB Variations
Color information
#A2DFA8 (or 0xA2DFA8) is known color: Celadon. HEX triplet: A2, DF and A8. RGB value is (162,223,168). Sum of RGB (Red+Green+Blue) = 162+223+168=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 168 (66.02% from 255 or 30.38% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DFA8 is #5D2057. Grayscale: #C6C6C6. Windows color (decimal): -6103128 or 11067298. OLE color: 11067298.
HSL color Cylindrical-coordinate representation of color #A2DFA8: hue angle of 125.9º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DFA8 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 168 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.13 |
| HSL | 125.9º | 0.49% | 0.75% | - |
| HSV(B) | 125.9º | 0.27% | 0.87% | - |
| XYZ | 48.36 | 63.28 | 46.71 | - |
| YUV | 198.49 | 110.79 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 168 | 0.27 | 0 | 0.25 | 0.13 | 125.9 | 0.49 | 0.75 |
| Hex | A2 | DF | A8 | 1B | 0 | 19 | D | 7E | 31 | 4B |
| Octal | 242 | 337 | 250 | 33 | 0 | 31 | 15 | 176 | 61 | 113 |
| Binary | 10100010 | 11011111 | 10101000 | 11011 | 0 | 11001 | 1101 | 1111110 | 110001 | 1001011 |
Color Harmonies of #A2DFA8
Complementary color
Monochromatic Colors of #A2DFA8
Black with #A2DFA8
Text Example
Text Example
White with #A2DFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DFA8; }
p { color: rgb(162,223,168); }
H1.HeaderClassName
{
color: #A2DFA8;
}
.AnyTagClassName
{
color: #A2DFA8;
}
</style>
background-color css
<style>
a { background-color: #A2DFA8; }
a { background-color: rgb(162,223,168); }
div.DivClassName
{
background-color: #A2DFA8;
}
.BgClassName
{
background-color: #A2DFA8;
}
</style>
border-color css
<style>
span { border-color: #A2DFA8; }
span { border-color: rgb(162,223,168); }
td.TdClassName
{
border-color: #A2DFA8;
}
.TagClassName
{
border-color: #A2DFA8;
}
</style>