Shades of Celadon #A7DBB2
Tints of Celadon #A7DBB2
RGB
CMYK
RGB Variations
Color information
#A7DBB2 (or 0xA7DBB2) is known color: Celadon. HEX triplet: A7, DB and B2. RGB value is (167,219,178). Sum of RGB (Red+Green+Blue) = 167+219+178=564 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.61% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DBB2 is #58244D. Grayscale: #C6C6C6. Windows color (decimal): -5776462 or 11721639. OLE color: 11721639.
HSL color Cylindrical-coordinate representation of color #A7DBB2: hue angle of 132.69º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7DBB2 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 178 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.14 |
| HSL | 132.69º | 0.42% | 0.76% | - |
| HSV(B) | 132.69º | 0.24% | 0.86% | - |
| XYZ | 49.3 | 62.09 | 51.51 | - |
| YUV | 198.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 178 | 0.24 | 0 | 0.19 | 0.14 | 132.69 | 0.42 | 0.76 |
| Hex | A7 | DB | B2 | 18 | 0 | 13 | E | 85 | 2A | 4C |
| Octal | 247 | 333 | 262 | 30 | 0 | 23 | 16 | 205 | 52 | 114 |
| Binary | 10100111 | 11011011 | 10110010 | 11000 | 0 | 10011 | 1110 | 10000101 | 101010 | 1001100 |
Color Harmonies of #A7DBB2
Complementary color
Monochromatic Colors of #A7DBB2
Black with #A7DBB2
Text Example
Text Example
White with #A7DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DBB2; }
p { color: rgb(167,219,178); }
H1.HeaderClassName
{
color: #A7DBB2;
}
.AnyTagClassName
{
color: #A7DBB2;
}
</style>
background-color css
<style>
a { background-color: #A7DBB2; }
a { background-color: rgb(167,219,178); }
div.DivClassName
{
background-color: #A7DBB2;
}
.BgClassName
{
background-color: #A7DBB2;
}
</style>
border-color css
<style>
span { border-color: #A7DBB2; }
span { border-color: rgb(167,219,178); }
td.TdClassName
{
border-color: #A7DBB2;
}
.TagClassName
{
border-color: #A7DBB2;
}
</style>