Shades of Celadon #A4EDB4
Tints of Celadon #A4EDB4
RGB
CMYK
RGB Variations
Color information
#A4EDB4 (or 0xA4EDB4) is known color: Celadon. HEX triplet: A4, ED and B4. RGB value is (164,237,180). Sum of RGB (Red+Green+Blue) = 164+237+180=581 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.23% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EDB4 is #5B124B. Grayscale: #D0D0D0. Windows color (decimal): -5968460 or 11857316. OLE color: 11857316.
HSL color Cylindrical-coordinate representation of color #A4EDB4: hue angle of 133.15º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EDB4 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 237 | 180 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.07 |
| HSL | 133.15º | 0.67% | 0.79% | - |
| HSV(B) | 133.15º | 0.31% | 0.93% | - |
| XYZ | 53.83 | 71.76 | 54.19 | - |
| YUV | 208.68 | 111.82 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 237 | 180 | 0.31 | 0 | 0.24 | 0.07 | 133.15 | 0.67 | 0.79 |
| Hex | A4 | ED | B4 | 1F | 0 | 18 | 7 | 85 | 43 | 4F |
| Octal | 244 | 355 | 264 | 37 | 0 | 30 | 7 | 205 | 103 | 117 |
| Binary | 10100100 | 11101101 | 10110100 | 11111 | 0 | 11000 | 111 | 10000101 | 1000011 | 1001111 |
Color Harmonies of #A4EDB4
Complementary color
Monochromatic Colors of #A4EDB4
Black with #A4EDB4
Text Example
Text Example
White with #A4EDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EDB4; }
p { color: rgb(164,237,180); }
H1.HeaderClassName
{
color: #A4EDB4;
}
.AnyTagClassName
{
color: #A4EDB4;
}
</style>
background-color css
<style>
a { background-color: #A4EDB4; }
a { background-color: rgb(164,237,180); }
div.DivClassName
{
background-color: #A4EDB4;
}
.BgClassName
{
background-color: #A4EDB4;
}
</style>
border-color css
<style>
span { border-color: #A4EDB4; }
span { border-color: rgb(164,237,180); }
td.TdClassName
{
border-color: #A4EDB4;
}
.TagClassName
{
border-color: #A4EDB4;
}
</style>