Shades of Celadon #A4EBB1
Tints of Celadon #A4EBB1
RGB
CMYK
RGB Variations
Color information
#A4EBB1 (or 0xA4EBB1) is known color: Celadon. HEX triplet: A4, EB and B1. RGB value is (164,235,177). Sum of RGB (Red+Green+Blue) = 164+235+177=576 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.47% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 177 (69.53% from 255 or 30.73% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EBB1 is #5B144E. Grayscale: #CFCFCF. Windows color (decimal): -5968975 or 11660196. OLE color: 11660196.
HSL color Cylindrical-coordinate representation of color #A4EBB1: hue angle of 130.99º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EBB1 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 235 | 177 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.08 |
| HSL | 130.99º | 0.64% | 0.78% | - |
| HSV(B) | 130.99º | 0.3% | 0.92% | - |
| XYZ | 52.95 | 70.48 | 52.41 | - |
| YUV | 207.16 | 110.98 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 235 | 177 | 0.30 | 0 | 0.25 | 0.08 | 130.99 | 0.64 | 0.78 |
| Hex | A4 | EB | B1 | 1E | 0 | 19 | 8 | 83 | 40 | 4E |
| Octal | 244 | 353 | 261 | 36 | 0 | 31 | 10 | 203 | 100 | 116 |
| Binary | 10100100 | 11101011 | 10110001 | 11110 | 0 | 11001 | 1000 | 10000011 | 1000000 | 1001110 |
Color Harmonies of #A4EBB1
Complementary color
Monochromatic Colors of #A4EBB1
Black with #A4EBB1
Text Example
Text Example
White with #A4EBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EBB1; }
p { color: rgb(164,235,177); }
H1.HeaderClassName
{
color: #A4EBB1;
}
.AnyTagClassName
{
color: #A4EBB1;
}
</style>
background-color css
<style>
a { background-color: #A4EBB1; }
a { background-color: rgb(164,235,177); }
div.DivClassName
{
background-color: #A4EBB1;
}
.BgClassName
{
background-color: #A4EBB1;
}
</style>
border-color css
<style>
span { border-color: #A4EBB1; }
span { border-color: rgb(164,235,177); }
td.TdClassName
{
border-color: #A4EBB1;
}
.TagClassName
{
border-color: #A4EBB1;
}
</style>