Shades of Celadon #A7DDB1
Tints of Celadon #A7DDB1
RGB
CMYK
RGB Variations
Color information
#A7DDB1 (or 0xA7DDB1) is known color: Celadon. HEX triplet: A7, DD and B1. RGB value is (167,221,177). Sum of RGB (Red+Green+Blue) = 167+221+177=565 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.56% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DDB1 is #58224E. Grayscale: #C7C7C7. Windows color (decimal): -5775951 or 11656615. OLE color: 11656615.
HSL color Cylindrical-coordinate representation of color #A7DDB1: hue angle of 131.11º 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 #A7DDB1 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 221 | 177 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.13 |
| HSL | 131.11º | 0.44% | 0.76% | - |
| HSV(B) | 131.11º | 0.24% | 0.87% | - |
| XYZ | 49.73 | 63.1 | 51.15 | - |
| YUV | 199.84 | 115.11 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 221 | 177 | 0.24 | 0 | 0.20 | 0.13 | 131.11 | 0.44 | 0.76 |
| Hex | A7 | DD | B1 | 18 | 0 | 14 | D | 83 | 2C | 4C |
| Octal | 247 | 335 | 261 | 30 | 0 | 24 | 15 | 203 | 54 | 114 |
| Binary | 10100111 | 11011101 | 10110001 | 11000 | 0 | 10100 | 1101 | 10000011 | 101100 | 1001100 |
Color Harmonies of #A7DDB1
Complementary color
Monochromatic Colors of #A7DDB1
Black with #A7DDB1
Text Example
Text Example
White with #A7DDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DDB1; }
p { color: rgb(167,221,177); }
H1.HeaderClassName
{
color: #A7DDB1;
}
.AnyTagClassName
{
color: #A7DDB1;
}
</style>
background-color css
<style>
a { background-color: #A7DDB1; }
a { background-color: rgb(167,221,177); }
div.DivClassName
{
background-color: #A7DDB1;
}
.BgClassName
{
background-color: #A7DDB1;
}
</style>
border-color css
<style>
span { border-color: #A7DDB1; }
span { border-color: rgb(167,221,177); }
td.TdClassName
{
border-color: #A7DDB1;
}
.TagClassName
{
border-color: #A7DDB1;
}
</style>