Shades of Celadon #A5EAAD
Tints of Celadon #A5EAAD
RGB
CMYK
RGB Variations
Color information
#A5EAAD (or 0xA5EAAD) is known color: Celadon. HEX triplet: A5, EA and AD. RGB value is (165,234,173). Sum of RGB (Red+Green+Blue) = 165+234+173=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EAAD is #5A1552. Grayscale: #CECECE. Windows color (decimal): -5903699 or 11397797. OLE color: 11397797.
HSL color Cylindrical-coordinate representation of color #A5EAAD: hue angle of 126.96º 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 #A5EAAD is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 234 | 173 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.08 |
| HSL | 126.96º | 0.62% | 0.78% | - |
| HSV(B) | 126.96º | 0.29% | 0.92% | - |
| XYZ | 52.48 | 69.86 | 50.25 | - |
| YUV | 206.42 | 109.14 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 173 | 0.29 | 0 | 0.26 | 0.08 | 126.96 | 0.62 | 0.78 |
| Hex | A5 | EA | AD | 1D | 0 | 1A | 8 | 7F | 3E | 4E |
| Octal | 245 | 352 | 255 | 35 | 0 | 32 | 10 | 177 | 76 | 116 |
| Binary | 10100101 | 11101010 | 10101101 | 11101 | 0 | 11010 | 1000 | 1111111 | 111110 | 1001110 |
Color Harmonies of #A5EAAD
Complementary color
Monochromatic Colors of #A5EAAD
Black with #A5EAAD
Text Example
Text Example
White with #A5EAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EAAD; }
p { color: rgb(165,234,173); }
H1.HeaderClassName
{
color: #A5EAAD;
}
.AnyTagClassName
{
color: #A5EAAD;
}
</style>
background-color css
<style>
a { background-color: #A5EAAD; }
a { background-color: rgb(165,234,173); }
div.DivClassName
{
background-color: #A5EAAD;
}
.BgClassName
{
background-color: #A5EAAD;
}
</style>
border-color css
<style>
span { border-color: #A5EAAD; }
span { border-color: rgb(165,234,173); }
td.TdClassName
{
border-color: #A5EAAD;
}
.TagClassName
{
border-color: #A5EAAD;
}
</style>