Shades of Celadon #A7DDB3
Tints of Celadon #A7DDB3
RGB
CMYK
RGB Variations
Color information
#A7DDB3 (or 0xA7DDB3) is known color: Celadon. HEX triplet: A7, DD and B3. RGB value is (167,221,179). Sum of RGB (Red+Green+Blue) = 167+221+179=567 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.45% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DDB3 is #58224C. Grayscale: #C8C8C8. Windows color (decimal): -5775949 or 11787687. OLE color: 11787687.
HSL color Cylindrical-coordinate representation of color #A7DDB3: hue angle of 133.33º 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 #A7DDB3 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 221 | 179 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.13 |
| HSL | 133.33º | 0.44% | 0.76% | - |
| HSV(B) | 133.33º | 0.24% | 0.87% | - |
| XYZ | 49.93 | 63.18 | 52.21 | - |
| YUV | 200.07 | 116.11 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 221 | 179 | 0.24 | 0 | 0.19 | 0.13 | 133.33 | 0.44 | 0.76 |
| Hex | A7 | DD | B3 | 18 | 0 | 13 | D | 85 | 2C | 4C |
| Octal | 247 | 335 | 263 | 30 | 0 | 23 | 15 | 205 | 54 | 114 |
| Binary | 10100111 | 11011101 | 10110011 | 11000 | 0 | 10011 | 1101 | 10000101 | 101100 | 1001100 |
Color Harmonies of #A7DDB3
Complementary color
Monochromatic Colors of #A7DDB3
Black with #A7DDB3
Text Example
Text Example
White with #A7DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DDB3; }
p { color: rgb(167,221,179); }
H1.HeaderClassName
{
color: #A7DDB3;
}
.AnyTagClassName
{
color: #A7DDB3;
}
</style>
background-color css
<style>
a { background-color: #A7DDB3; }
a { background-color: rgb(167,221,179); }
div.DivClassName
{
background-color: #A7DDB3;
}
.BgClassName
{
background-color: #A7DDB3;
}
</style>
border-color css
<style>
span { border-color: #A7DDB3; }
span { border-color: rgb(167,221,179); }
td.TdClassName
{
border-color: #A7DDB3;
}
.TagClassName
{
border-color: #A7DDB3;
}
</style>