Shades of Celadon #A3EDB5
Tints of Celadon #A3EDB5
RGB
CMYK
RGB Variations
Color information
#A3EDB5 (or 0xA3EDB5) is known color: Celadon. HEX triplet: A3, ED and B5. RGB value is (163,237,181). Sum of RGB (Red+Green+Blue) = 163+237+181=581 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.06% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #A3EDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EDB5 is #5C124A. Grayscale: #D0D0D0. Windows color (decimal): -6033995 or 11922851. OLE color: 11922851.
HSL color Cylindrical-coordinate representation of color #A3EDB5: hue angle of 134.59º degrees, saturation: 0.67, 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 #A3EDB5 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 237 | 181 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.07 |
| HSL | 134.59º | 0.67% | 0.78% | - |
| HSV(B) | 134.59º | 0.31% | 0.93% | - |
| XYZ | 53.73 | 71.69 | 54.72 | - |
| YUV | 208.49 | 112.48 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 237 | 181 | 0.31 | 0 | 0.24 | 0.07 | 134.59 | 0.67 | 0.78 |
| Hex | A3 | ED | B5 | 1F | 0 | 18 | 7 | 87 | 43 | 4E |
| Octal | 243 | 355 | 265 | 37 | 0 | 30 | 7 | 207 | 103 | 116 |
| Binary | 10100011 | 11101101 | 10110101 | 11111 | 0 | 11000 | 111 | 10000111 | 1000011 | 1001110 |
Color Harmonies of #A3EDB5
Complementary color
Monochromatic Colors of #A3EDB5
Black with #A3EDB5
Text Example
Text Example
White with #A3EDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EDB5; }
p { color: rgb(163,237,181); }
H1.HeaderClassName
{
color: #A3EDB5;
}
.AnyTagClassName
{
color: #A3EDB5;
}
</style>
background-color css
<style>
a { background-color: #A3EDB5; }
a { background-color: rgb(163,237,181); }
div.DivClassName
{
background-color: #A3EDB5;
}
.BgClassName
{
background-color: #A3EDB5;
}
</style>
border-color css
<style>
span { border-color: #A3EDB5; }
span { border-color: rgb(163,237,181); }
td.TdClassName
{
border-color: #A3EDB5;
}
.TagClassName
{
border-color: #A3EDB5;
}
</style>