Shades of Celadon #A8DBB2
Tints of Celadon #A8DBB2
RGB
CMYK
RGB Variations
Color information
#A8DBB2 (or 0xA8DBB2) is known color: Celadon. HEX triplet: A8, DB and B2. RGB value is (168,219,178). Sum of RGB (Red+Green+Blue) = 168+219+178=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DBB2 is #57244D. Grayscale: #C7C7C7. Windows color (decimal): -5710926 or 11721640. OLE color: 11721640.
HSL color Cylindrical-coordinate representation of color #A8DBB2: hue angle of 131.76º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DBB2 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 178 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.14 |
| HSL | 131.76º | 0.41% | 0.76% | - |
| HSV(B) | 131.76º | 0.23% | 0.86% | - |
| XYZ | 49.52 | 62.2 | 51.52 | - |
| YUV | 199.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 178 | 0.23 | 0 | 0.19 | 0.14 | 131.76 | 0.41 | 0.76 |
| Hex | A8 | DB | B2 | 17 | 0 | 13 | E | 84 | 29 | 4C |
| Octal | 250 | 333 | 262 | 27 | 0 | 23 | 16 | 204 | 51 | 114 |
| Binary | 10101000 | 11011011 | 10110010 | 10111 | 0 | 10011 | 1110 | 10000100 | 101001 | 1001100 |
Color Harmonies of #A8DBB2
Complementary color
Monochromatic Colors of #A8DBB2
Black with #A8DBB2
Text Example
Text Example
White with #A8DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DBB2; }
p { color: rgb(168,219,178); }
H1.HeaderClassName
{
color: #A8DBB2;
}
.AnyTagClassName
{
color: #A8DBB2;
}
</style>
background-color css
<style>
a { background-color: #A8DBB2; }
a { background-color: rgb(168,219,178); }
div.DivClassName
{
background-color: #A8DBB2;
}
.BgClassName
{
background-color: #A8DBB2;
}
</style>
border-color css
<style>
span { border-color: #A8DBB2; }
span { border-color: rgb(168,219,178); }
td.TdClassName
{
border-color: #A8DBB2;
}
.TagClassName
{
border-color: #A8DBB2;
}
</style>