Shades of Celadon #A4EEB3
Tints of Celadon #A4EEB3
RGB
CMYK
RGB Variations
Color information
#A4EEB3 (or 0xA4EEB3) is known color: Celadon. HEX triplet: A4, EE and B3. RGB value is (164,238,179). Sum of RGB (Red+Green+Blue) = 164+238+179=581 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.23% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EEB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EEB3 is #5B114C. Grayscale: #D1D1D1. Windows color (decimal): -5968205 or 11792036. OLE color: 11792036.
HSL color Cylindrical-coordinate representation of color #A4EEB3: hue angle of 132.16º degrees, saturation: 0.69, 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 #A4EEB3 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 238 | 179 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.07 |
| HSL | 132.16º | 0.69% | 0.79% | - |
| HSV(B) | 132.16º | 0.31% | 0.93% | - |
| XYZ | 54.02 | 72.3 | 53.76 | - |
| YUV | 209.15 | 110.98 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 238 | 179 | 0.31 | 0 | 0.25 | 0.07 | 132.16 | 0.69 | 0.79 |
| Hex | A4 | EE | B3 | 1F | 0 | 19 | 7 | 84 | 45 | 4F |
| Octal | 244 | 356 | 263 | 37 | 0 | 31 | 7 | 204 | 105 | 117 |
| Binary | 10100100 | 11101110 | 10110011 | 11111 | 0 | 11001 | 111 | 10000100 | 1000101 | 1001111 |
Color Harmonies of #A4EEB3
Complementary color
Monochromatic Colors of #A4EEB3
Black with #A4EEB3
Text Example
Text Example
White with #A4EEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EEB3; }
p { color: rgb(164,238,179); }
H1.HeaderClassName
{
color: #A4EEB3;
}
.AnyTagClassName
{
color: #A4EEB3;
}
</style>
background-color css
<style>
a { background-color: #A4EEB3; }
a { background-color: rgb(164,238,179); }
div.DivClassName
{
background-color: #A4EEB3;
}
.BgClassName
{
background-color: #A4EEB3;
}
</style>
border-color css
<style>
span { border-color: #A4EEB3; }
span { border-color: rgb(164,238,179); }
td.TdClassName
{
border-color: #A4EEB3;
}
.TagClassName
{
border-color: #A4EEB3;
}
</style>