Shades of Celadon #A4FEB6
Tints of Celadon #A4FEB6
RGB
CMYK
RGB Variations
Color information
#A4FEB6 (or 0xA4FEB6) is known color: Celadon. HEX triplet: A4, FE and B6. RGB value is (164,254,182). Sum of RGB (Red+Green+Blue) = 164+254+182=600 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.33% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 182 (71.48% from 255 or 30.33% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FEB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FEB6 is #5B0149. Grayscale: #DBDBDB. Windows color (decimal): -5964106 or 11992740. OLE color: 11992740.
HSL color Cylindrical-coordinate representation of color #A4FEB6: hue angle of 132º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FEB6 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 254 | 182 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.00 |
| HSL | 132º | 0.98% | 0.82% | - |
| HSV(B) | 132º | 0.35% | 1% | - |
| XYZ | 59.2 | 82.15 | 56.99 | - |
| YUV | 218.88 | 107.18 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 254 | 182 | 0.35 | 0 | 0.28 | 0.00 | 132 | 0.98 | 0.82 |
| Hex | A4 | FE | B6 | 23 | 0 | 1C | 0 | 84 | 62 | 52 |
| Octal | 244 | 376 | 266 | 43 | 0 | 34 | 0 | 204 | 142 | 122 |
| Binary | 10100100 | 11111110 | 10110110 | 100011 | 0 | 11100 | 0 | 10000100 | 1100010 | 1010010 |
Color Harmonies of #A4FEB6
Complementary color
Monochromatic Colors of #A4FEB6
Black with #A4FEB6
Text Example
Text Example
White with #A4FEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FEB6; }
p { color: rgb(164,254,182); }
H1.HeaderClassName
{
color: #A4FEB6;
}
.AnyTagClassName
{
color: #A4FEB6;
}
</style>
background-color css
<style>
a { background-color: #A4FEB6; }
a { background-color: rgb(164,254,182); }
div.DivClassName
{
background-color: #A4FEB6;
}
.BgClassName
{
background-color: #A4FEB6;
}
</style>
border-color css
<style>
span { border-color: #A4FEB6; }
span { border-color: rgb(164,254,182); }
td.TdClassName
{
border-color: #A4FEB6;
}
.TagClassName
{
border-color: #A4FEB6;
}
</style>