Shades of Celadon #A3ECB5
Tints of Celadon #A3ECB5
RGB
CMYK
RGB Variations
Color information
#A3ECB5 (or 0xA3ECB5) is known color: Celadon. HEX triplet: A3, EC and B5. RGB value is (163,236,181). Sum of RGB (Red+Green+Blue) = 163+236+181=580 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.10% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #A3ECB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3ECB5 is #5C134A. Grayscale: #D0D0D0. Windows color (decimal): -6034251 or 11922595. OLE color: 11922595.
HSL color Cylindrical-coordinate representation of color #A3ECB5: hue angle of 134.79º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3ECB5 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 236 | 181 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.07 |
| HSL | 134.79º | 0.66% | 0.78% | - |
| HSV(B) | 134.79º | 0.31% | 0.93% | - |
| XYZ | 53.44 | 71.11 | 54.63 | - |
| YUV | 207.9 | 112.82 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 236 | 181 | 0.31 | 0 | 0.23 | 0.07 | 134.79 | 0.66 | 0.78 |
| Hex | A3 | EC | B5 | 1F | 0 | 17 | 7 | 87 | 42 | 4E |
| Octal | 243 | 354 | 265 | 37 | 0 | 27 | 7 | 207 | 102 | 116 |
| Binary | 10100011 | 11101100 | 10110101 | 11111 | 0 | 10111 | 111 | 10000111 | 1000010 | 1001110 |
Color Harmonies of #A3ECB5
Complementary color
Monochromatic Colors of #A3ECB5
Black with #A3ECB5
Text Example
Text Example
White with #A3ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ECB5; }
p { color: rgb(163,236,181); }
H1.HeaderClassName
{
color: #A3ECB5;
}
.AnyTagClassName
{
color: #A3ECB5;
}
</style>
background-color css
<style>
a { background-color: #A3ECB5; }
a { background-color: rgb(163,236,181); }
div.DivClassName
{
background-color: #A3ECB5;
}
.BgClassName
{
background-color: #A3ECB5;
}
</style>
border-color css
<style>
span { border-color: #A3ECB5; }
span { border-color: rgb(163,236,181); }
td.TdClassName
{
border-color: #A3ECB5;
}
.TagClassName
{
border-color: #A3ECB5;
}
</style>