Shades of Celadon #A5EAB0
Tints of Celadon #A5EAB0
RGB
CMYK
RGB Variations
Color information
#A5EAB0 (or 0xA5EAB0) is known color: Celadon. HEX triplet: A5, EA and B0. RGB value is (165,234,176). Sum of RGB (Red+Green+Blue) = 165+234+176=575 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.70% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EAB0 is #5A154F. Grayscale: #CECECE. Windows color (decimal): -5903696 or 11594405. OLE color: 11594405.
HSL color Cylindrical-coordinate representation of color #A5EAB0: hue angle of 129.57º 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 #A5EAB0 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 234 | 176 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.08 |
| HSL | 129.57º | 0.62% | 0.78% | - |
| HSV(B) | 129.57º | 0.29% | 0.92% | - |
| XYZ | 52.78 | 69.98 | 51.8 | - |
| YUV | 206.76 | 110.64 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 176 | 0.29 | 0 | 0.25 | 0.08 | 129.57 | 0.62 | 0.78 |
| Hex | A5 | EA | B0 | 1D | 0 | 19 | 8 | 82 | 3E | 4E |
| Octal | 245 | 352 | 260 | 35 | 0 | 31 | 10 | 202 | 76 | 116 |
| Binary | 10100101 | 11101010 | 10110000 | 11101 | 0 | 11001 | 1000 | 10000010 | 111110 | 1001110 |
Color Harmonies of #A5EAB0
Complementary color
Monochromatic Colors of #A5EAB0
Black with #A5EAB0
Text Example
Text Example
White with #A5EAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EAB0; }
p { color: rgb(165,234,176); }
H1.HeaderClassName
{
color: #A5EAB0;
}
.AnyTagClassName
{
color: #A5EAB0;
}
</style>
background-color css
<style>
a { background-color: #A5EAB0; }
a { background-color: rgb(165,234,176); }
div.DivClassName
{
background-color: #A5EAB0;
}
.BgClassName
{
background-color: #A5EAB0;
}
</style>
border-color css
<style>
span { border-color: #A5EAB0; }
span { border-color: rgb(165,234,176); }
td.TdClassName
{
border-color: #A5EAB0;
}
.TagClassName
{
border-color: #A5EAB0;
}
</style>