Shades of Celadon #A8DCB3
Tints of Celadon #A8DCB3
RGB
CMYK
RGB Variations
Color information
#A8DCB3 (or 0xA8DCB3) is known color: Celadon. HEX triplet: A8, DC and B3. RGB value is (168,220,179). Sum of RGB (Red+Green+Blue) = 168+220+179=567 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.63% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCB3 is #57234C. Grayscale: #C7C7C7. Windows color (decimal): -5710669 or 11787432. OLE color: 11787432.
HSL color Cylindrical-coordinate representation of color #A8DCB3: hue angle of 132.69º degrees, saturation: 0.43, 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 #A8DCB3 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 179 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.14 |
| HSL | 132.69º | 0.43% | 0.76% | - |
| HSV(B) | 132.69º | 0.24% | 0.86% | - |
| XYZ | 49.88 | 62.77 | 52.13 | - |
| YUV | 199.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 179 | 0.24 | 0 | 0.19 | 0.14 | 132.69 | 0.43 | 0.76 |
| Hex | A8 | DC | B3 | 18 | 0 | 13 | E | 85 | 2B | 4C |
| Octal | 250 | 334 | 263 | 30 | 0 | 23 | 16 | 205 | 53 | 114 |
| Binary | 10101000 | 11011100 | 10110011 | 11000 | 0 | 10011 | 1110 | 10000101 | 101011 | 1001100 |
Color Harmonies of #A8DCB3
Complementary color
Monochromatic Colors of #A8DCB3
Black with #A8DCB3
Text Example
Text Example
White with #A8DCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DCB3; }
p { color: rgb(168,220,179); }
H1.HeaderClassName
{
color: #A8DCB3;
}
.AnyTagClassName
{
color: #A8DCB3;
}
</style>
background-color css
<style>
a { background-color: #A8DCB3; }
a { background-color: rgb(168,220,179); }
div.DivClassName
{
background-color: #A8DCB3;
}
.BgClassName
{
background-color: #A8DCB3;
}
</style>
border-color css
<style>
span { border-color: #A8DCB3; }
span { border-color: rgb(168,220,179); }
td.TdClassName
{
border-color: #A8DCB3;
}
.TagClassName
{
border-color: #A8DCB3;
}
</style>