Shades of Celadon #A5EAAC
Tints of Celadon #A5EAAC
RGB
CMYK
RGB Variations
Color information
#A5EAAC (or 0xA5EAAC) is known color: Celadon. HEX triplet: A5, EA and AC. RGB value is (165,234,172). Sum of RGB (Red+Green+Blue) = 165+234+172=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EAAC is #5A1553. Grayscale: #CECECE. Windows color (decimal): -5903700 or 11332261. OLE color: 11332261.
HSL color Cylindrical-coordinate representation of color #A5EAAC: hue angle of 126.09º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5EAAC is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 234 | 172 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.08 |
| HSL | 126.09º | 0.62% | 0.78% | - |
| HSV(B) | 126.09º | 0.29% | 0.92% | - |
| XYZ | 52.39 | 69.82 | 49.75 | - |
| YUV | 206.3 | 108.64 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 172 | 0.29 | 0 | 0.26 | 0.08 | 126.09 | 0.62 | 0.78 |
| Hex | A5 | EA | AC | 1D | 0 | 1A | 8 | 7E | 3E | 4E |
| Octal | 245 | 352 | 254 | 35 | 0 | 32 | 10 | 176 | 76 | 116 |
| Binary | 10100101 | 11101010 | 10101100 | 11101 | 0 | 11010 | 1000 | 1111110 | 111110 | 1001110 |
Color Harmonies of #A5EAAC
Complementary color
Monochromatic Colors of #A5EAAC
Black with #A5EAAC
Text Example
Text Example
White with #A5EAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EAAC; }
p { color: rgb(165,234,172); }
H1.HeaderClassName
{
color: #A5EAAC;
}
.AnyTagClassName
{
color: #A5EAAC;
}
</style>
background-color css
<style>
a { background-color: #A5EAAC; }
a { background-color: rgb(165,234,172); }
div.DivClassName
{
background-color: #A5EAAC;
}
.BgClassName
{
background-color: #A5EAAC;
}
</style>
border-color css
<style>
span { border-color: #A5EAAC; }
span { border-color: rgb(165,234,172); }
td.TdClassName
{
border-color: #A5EAAC;
}
.TagClassName
{
border-color: #A5EAAC;
}
</style>