Shades of Celadon #A8DAB3
Tints of Celadon #A8DAB3
RGB
CMYK
RGB Variations
Color information
#A8DAB3 (or 0xA8DAB3) is known color: Celadon. HEX triplet: A8, DA and B3. RGB value is (168,218,179). Sum of RGB (Red+Green+Blue) = 168+218+179=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DAB3 is #57254C. Grayscale: #C6C6C6. Windows color (decimal): -5711181 or 11786920. OLE color: 11786920.
HSL color Cylindrical-coordinate representation of color #A8DAB3: hue angle of 133.2º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DAB3 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 179 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.15 |
| HSL | 133.2º | 0.4% | 0.76% | - |
| HSV(B) | 133.2º | 0.23% | 0.85% | - |
| XYZ | 49.36 | 61.72 | 51.96 | - |
| YUV | 198.6 | 116.94 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 179 | 0.23 | 0 | 0.18 | 0.15 | 133.2 | 0.4 | 0.76 |
| Hex | A8 | DA | B3 | 17 | 0 | 12 | F | 85 | 28 | 4C |
| Octal | 250 | 332 | 263 | 27 | 0 | 22 | 17 | 205 | 50 | 114 |
| Binary | 10101000 | 11011010 | 10110011 | 10111 | 0 | 10010 | 1111 | 10000101 | 101000 | 1001100 |
Color Harmonies of #A8DAB3
Complementary color
Monochromatic Colors of #A8DAB3
Black with #A8DAB3
Text Example
Text Example
White with #A8DAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DAB3; }
p { color: rgb(168,218,179); }
H1.HeaderClassName
{
color: #A8DAB3;
}
.AnyTagClassName
{
color: #A8DAB3;
}
</style>
background-color css
<style>
a { background-color: #A8DAB3; }
a { background-color: rgb(168,218,179); }
div.DivClassName
{
background-color: #A8DAB3;
}
.BgClassName
{
background-color: #A8DAB3;
}
</style>
border-color css
<style>
span { border-color: #A8DAB3; }
span { border-color: rgb(168,218,179); }
td.TdClassName
{
border-color: #A8DAB3;
}
.TagClassName
{
border-color: #A8DAB3;
}
</style>