Shades of Celadon #A2DDA8
Tints of Celadon #A2DDA8
RGB
CMYK
RGB Variations
Color information
#A2DDA8 (or 0xA2DDA8) is known color: Celadon. HEX triplet: A2, DD and A8. RGB value is (162,221,168). Sum of RGB (Red+Green+Blue) = 162+221+168=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 168 (66.02% from 255 or 30.49% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DDA8 is #5D2257. Grayscale: #C5C5C5. Windows color (decimal): -6103640 or 11066786. OLE color: 11066786.
HSL color Cylindrical-coordinate representation of color #A2DDA8: hue angle of 126.1º degrees, saturation: 0.46, 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 #A2DDA8 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
RGB | 162 | 221 | 168 | - |
CMYK | 0.27 | 0 | 0.24 | 0.13 |
HSL | 126.1º | 0.46% | 0.75% | - |
HSV(B) | 126.1º | 0.27% | 0.87% | - |
XYZ | 47.82 | 62.22 | 46.54 | - |
YUV | 197.32 | 111.45 | 102.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 221 | 168 | 0.27 | 0 | 0.24 | 0.13 | 126.1 | 0.46 | 0.75 |
Hex | A2 | DD | A8 | 1B | 0 | 18 | D | 7E | 2E | 4B |
Octal | 242 | 335 | 250 | 33 | 0 | 30 | 15 | 176 | 56 | 113 |
Binary | 10100010 | 11011101 | 10101000 | 11011 | 0 | 11000 | 1101 | 1111110 | 101110 | 1001011 |
Color Harmonies of #A2DDA8
Complementary color
Monochromatic Colors of #A2DDA8
Black with #A2DDA8
Text Example
Text Example
White with #A2DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DDA8; }
p { color: rgb(162,221,168); }
H1.HeaderClassName
{
color: #A2DDA8;
}
.AnyTagClassName
{
color: #A2DDA8;
}
</style>
background-color css
<style>
a { background-color: #A2DDA8; }
a { background-color: rgb(162,221,168); }
div.DivClassName
{
background-color: #A2DDA8;
}
.BgClassName
{
background-color: #A2DDA8;
}
</style>
border-color css
<style>
span { border-color: #A2DDA8; }
span { border-color: rgb(162,221,168); }
td.TdClassName
{
border-color: #A2DDA8;
}
.TagClassName
{
border-color: #A2DDA8;
}
</style>