Shades of Celadon #A3EBB5
Tints of Celadon #A3EBB5
RGB
CMYK
RGB Variations
Color information
#A3EBB5 (or 0xA3EBB5) is known color: Celadon. HEX triplet: A3, EB and B5. RGB value is (163,235,181). Sum of RGB (Red+Green+Blue) = 163+235+181=579 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.15% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EBB5 is #5C144A. Grayscale: #CFCFCF. Windows color (decimal): -6034507 or 11922339. OLE color: 11922339.
HSL color Cylindrical-coordinate representation of color #A3EBB5: hue angle of 135º 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 #A3EBB5 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 235 | 181 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.08 |
| HSL | 135º | 0.64% | 0.78% | - |
| HSV(B) | 135º | 0.31% | 0.92% | - |
| XYZ | 53.15 | 70.54 | 54.53 | - |
| YUV | 207.32 | 113.15 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 235 | 181 | 0.31 | 0 | 0.23 | 0.08 | 135 | 0.64 | 0.78 |
| Hex | A3 | EB | B5 | 1F | 0 | 17 | 8 | 87 | 40 | 4E |
| Octal | 243 | 353 | 265 | 37 | 0 | 27 | 10 | 207 | 100 | 116 |
| Binary | 10100011 | 11101011 | 10110101 | 11111 | 0 | 10111 | 1000 | 10000111 | 1000000 | 1001110 |
Color Harmonies of #A3EBB5
Complementary color
Monochromatic Colors of #A3EBB5
Black with #A3EBB5
Text Example
Text Example
White with #A3EBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EBB5; }
p { color: rgb(163,235,181); }
H1.HeaderClassName
{
color: #A3EBB5;
}
.AnyTagClassName
{
color: #A3EBB5;
}
</style>
background-color css
<style>
a { background-color: #A3EBB5; }
a { background-color: rgb(163,235,181); }
div.DivClassName
{
background-color: #A3EBB5;
}
.BgClassName
{
background-color: #A3EBB5;
}
</style>
border-color css
<style>
span { border-color: #A3EBB5; }
span { border-color: rgb(163,235,181); }
td.TdClassName
{
border-color: #A3EBB5;
}
.TagClassName
{
border-color: #A3EBB5;
}
</style>