Shades of Celadon #A7DDB2
Tints of Celadon #A7DDB2
RGB
CMYK
RGB Variations
Color information
#A7DDB2 (or 0xA7DDB2) is known color: Celadon. HEX triplet: A7, DD and B2. RGB value is (167,221,178). Sum of RGB (Red+Green+Blue) = 167+221+178=566 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.51% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DDB2 is #58224D. Grayscale: #C8C8C8. Windows color (decimal): -5775950 or 11722151. OLE color: 11722151.
HSL color Cylindrical-coordinate representation of color #A7DDB2: hue angle of 132.22º 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 #A7DDB2 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 221 | 178 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.13 |
| HSL | 132.22º | 0.44% | 0.76% | - |
| HSV(B) | 132.22º | 0.24% | 0.87% | - |
| XYZ | 49.83 | 63.14 | 51.68 | - |
| YUV | 199.95 | 115.61 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 221 | 178 | 0.24 | 0 | 0.19 | 0.13 | 132.22 | 0.44 | 0.76 |
| Hex | A7 | DD | B2 | 18 | 0 | 13 | D | 84 | 2C | 4C |
| Octal | 247 | 335 | 262 | 30 | 0 | 23 | 15 | 204 | 54 | 114 |
| Binary | 10100111 | 11011101 | 10110010 | 11000 | 0 | 10011 | 1101 | 10000100 | 101100 | 1001100 |
Color Harmonies of #A7DDB2
Complementary color
Monochromatic Colors of #A7DDB2
Black with #A7DDB2
Text Example
Text Example
White with #A7DDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DDB2; }
p { color: rgb(167,221,178); }
H1.HeaderClassName
{
color: #A7DDB2;
}
.AnyTagClassName
{
color: #A7DDB2;
}
</style>
background-color css
<style>
a { background-color: #A7DDB2; }
a { background-color: rgb(167,221,178); }
div.DivClassName
{
background-color: #A7DDB2;
}
.BgClassName
{
background-color: #A7DDB2;
}
</style>
border-color css
<style>
span { border-color: #A7DDB2; }
span { border-color: rgb(167,221,178); }
td.TdClassName
{
border-color: #A7DDB2;
}
.TagClassName
{
border-color: #A7DDB2;
}
</style>