Shades of Celadon #A5EAB4
Tints of Celadon #A5EAB4
RGB
CMYK
RGB Variations
Color information
#A5EAB4 (or 0xA5EAB4) is known color: Celadon. HEX triplet: A5, EA and B4. RGB value is (165,234,180). Sum of RGB (Red+Green+Blue) = 165+234+180=579 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.50% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EAB4 is #5A154B. Grayscale: #CFCFCF. Windows color (decimal): -5903692 or 11856549. OLE color: 11856549.
HSL color Cylindrical-coordinate representation of color #A5EAB4: hue angle of 133.04º 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 #A5EAB4 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 234 | 180 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.08 |
| HSL | 133.04º | 0.62% | 0.78% | - |
| HSV(B) | 133.04º | 0.29% | 0.92% | - |
| XYZ | 53.18 | 70.14 | 53.92 | - |
| YUV | 207.21 | 112.64 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 180 | 0.29 | 0 | 0.23 | 0.08 | 133.04 | 0.62 | 0.78 |
| Hex | A5 | EA | B4 | 1D | 0 | 17 | 8 | 85 | 3E | 4E |
| Octal | 245 | 352 | 264 | 35 | 0 | 27 | 10 | 205 | 76 | 116 |
| Binary | 10100101 | 11101010 | 10110100 | 11101 | 0 | 10111 | 1000 | 10000101 | 111110 | 1001110 |
Color Harmonies of #A5EAB4
Complementary color
Monochromatic Colors of #A5EAB4
Black with #A5EAB4
Text Example
Text Example
White with #A5EAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EAB4; }
p { color: rgb(165,234,180); }
H1.HeaderClassName
{
color: #A5EAB4;
}
.AnyTagClassName
{
color: #A5EAB4;
}
</style>
background-color css
<style>
a { background-color: #A5EAB4; }
a { background-color: rgb(165,234,180); }
div.DivClassName
{
background-color: #A5EAB4;
}
.BgClassName
{
background-color: #A5EAB4;
}
</style>
border-color css
<style>
span { border-color: #A5EAB4; }
span { border-color: rgb(165,234,180); }
td.TdClassName
{
border-color: #A5EAB4;
}
.TagClassName
{
border-color: #A5EAB4;
}
</style>