Shades of Celadon #A4EDB3
Tints of Celadon #A4EDB3
RGB
CMYK
RGB Variations
Color information
#A4EDB3 (or 0xA4EDB3) is known color: Celadon. HEX triplet: A4, ED and B3. RGB value is (164,237,179). Sum of RGB (Red+Green+Blue) = 164+237+179=580 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.28% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EDB3 is #5B124C. Grayscale: #D0D0D0. Windows color (decimal): -5968461 or 11791780. OLE color: 11791780.
HSL color Cylindrical-coordinate representation of color #A4EDB3: hue angle of 132.33º 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 #A4EDB3 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 237 | 179 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.07 |
| HSL | 132.33º | 0.67% | 0.79% | - |
| HSV(B) | 132.33º | 0.31% | 0.93% | - |
| XYZ | 53.73 | 71.72 | 53.66 | - |
| YUV | 208.56 | 111.32 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 237 | 179 | 0.31 | 0 | 0.24 | 0.07 | 132.33 | 0.67 | 0.79 |
| Hex | A4 | ED | B3 | 1F | 0 | 18 | 7 | 84 | 43 | 4F |
| Octal | 244 | 355 | 263 | 37 | 0 | 30 | 7 | 204 | 103 | 117 |
| Binary | 10100100 | 11101101 | 10110011 | 11111 | 0 | 11000 | 111 | 10000100 | 1000011 | 1001111 |
Color Harmonies of #A4EDB3
Complementary color
Monochromatic Colors of #A4EDB3
Black with #A4EDB3
Text Example
Text Example
White with #A4EDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EDB3; }
p { color: rgb(164,237,179); }
H1.HeaderClassName
{
color: #A4EDB3;
}
.AnyTagClassName
{
color: #A4EDB3;
}
</style>
background-color css
<style>
a { background-color: #A4EDB3; }
a { background-color: rgb(164,237,179); }
div.DivClassName
{
background-color: #A4EDB3;
}
.BgClassName
{
background-color: #A4EDB3;
}
</style>
border-color css
<style>
span { border-color: #A4EDB3; }
span { border-color: rgb(164,237,179); }
td.TdClassName
{
border-color: #A4EDB3;
}
.TagClassName
{
border-color: #A4EDB3;
}
</style>