Shades of Celadon #A3EBAC
Tints of Celadon #A3EBAC
RGB
CMYK
RGB Variations
Color information
#A3EBAC (or 0xA3EBAC) is known color: Celadon. HEX triplet: A3, EB and AC. RGB value is (163,235,172). Sum of RGB (Red+Green+Blue) = 163+235+172=570 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.60% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3EBAC is #5C1453. Grayscale: #CECECE. Windows color (decimal): -6034516 or 11332515. OLE color: 11332515.
HSL color Cylindrical-coordinate representation of color #A3EBAC: hue angle of 127.5º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3EBAC is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 235 | 172 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.08 |
| HSL | 127.5º | 0.64% | 0.78% | - |
| HSV(B) | 127.5º | 0.31% | 0.92% | - |
| XYZ | 52.26 | 70.18 | 49.82 | - |
| YUV | 206.29 | 108.65 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 235 | 172 | 0.31 | 0 | 0.27 | 0.08 | 127.5 | 0.64 | 0.78 |
| Hex | A3 | EB | AC | 1F | 0 | 1B | 8 | 80 | 40 | 4E |
| Octal | 243 | 353 | 254 | 37 | 0 | 33 | 10 | 200 | 100 | 116 |
| Binary | 10100011 | 11101011 | 10101100 | 11111 | 0 | 11011 | 1000 | 10000000 | 1000000 | 1001110 |
Color Harmonies of #A3EBAC
Complementary color
Monochromatic Colors of #A3EBAC
Black with #A3EBAC
Text Example
Text Example
White with #A3EBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EBAC; }
p { color: rgb(163,235,172); }
H1.HeaderClassName
{
color: #A3EBAC;
}
.AnyTagClassName
{
color: #A3EBAC;
}
</style>
background-color css
<style>
a { background-color: #A3EBAC; }
a { background-color: rgb(163,235,172); }
div.DivClassName
{
background-color: #A3EBAC;
}
.BgClassName
{
background-color: #A3EBAC;
}
</style>
border-color css
<style>
span { border-color: #A3EBAC; }
span { border-color: rgb(163,235,172); }
td.TdClassName
{
border-color: #A3EBAC;
}
.TagClassName
{
border-color: #A3EBAC;
}
</style>