Shades of Celadon #A4E6B3
Tints of Celadon #A4E6B3
RGB
CMYK
RGB Variations
Color information
#A4E6B3 (or 0xA4E6B3) is known color: Celadon. HEX triplet: A4, E6 and B3. RGB value is (164,230,179). Sum of RGB (Red+Green+Blue) = 164+230+179=573 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.62% from 573); Green value is 230 (90.23% from 255 or 40.14% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 230 - color contains mainly: green. Hex color #A4E6B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E6B3 is #5B194C. Grayscale: #CCCCCC. Windows color (decimal): -5970253 or 11789988. OLE color: 11789988.
HSL color Cylindrical-coordinate representation of color #A4E6B3: hue angle of 133.64º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E6B3 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 230 | 179 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.10 |
| HSL | 133.64º | 0.57% | 0.77% | - |
| HSV(B) | 133.64º | 0.29% | 0.9% | - |
| XYZ | 51.74 | 67.74 | 53 | - |
| YUV | 204.45 | 113.63 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 230 | 179 | 0.29 | 0 | 0.22 | 0.10 | 133.64 | 0.57 | 0.77 |
| Hex | A4 | E6 | B3 | 1D | 0 | 16 | A | 86 | 39 | 4D |
| Octal | 244 | 346 | 263 | 35 | 0 | 26 | 12 | 206 | 71 | 115 |
| Binary | 10100100 | 11100110 | 10110011 | 11101 | 0 | 10110 | 1010 | 10000110 | 111001 | 1001101 |
Color Harmonies of #A4E6B3
Complementary color
Monochromatic Colors of #A4E6B3
Black with #A4E6B3
Text Example
Text Example
White with #A4E6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E6B3; }
p { color: rgb(164,230,179); }
H1.HeaderClassName
{
color: #A4E6B3;
}
.AnyTagClassName
{
color: #A4E6B3;
}
</style>
background-color css
<style>
a { background-color: #A4E6B3; }
a { background-color: rgb(164,230,179); }
div.DivClassName
{
background-color: #A4E6B3;
}
.BgClassName
{
background-color: #A4E6B3;
}
</style>
border-color css
<style>
span { border-color: #A4E6B3; }
span { border-color: rgb(164,230,179); }
td.TdClassName
{
border-color: #A4E6B3;
}
.TagClassName
{
border-color: #A4E6B3;
}
</style>