Shades of Celadon #A3EAA4
Tints of Celadon #A3EAA4
RGB
CMYK
RGB Variations
Color information
#A3EAA4 (or 0xA3EAA4) is known color: Celadon. HEX triplet: A3, EA and A4. RGB value is (163,234,164). Sum of RGB (Red+Green+Blue) = 163+234+164=561 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.06% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EAA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3EAA4 is #5C155B. Grayscale: #CDCDCD. Windows color (decimal): -6034780 or 10807971. OLE color: 10807971.
HSL color Cylindrical-coordinate representation of color #A3EAA4: hue angle of 120.85º degrees, saturation: 0.63, 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 #A3EAA4 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 234 | 164 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.08 |
| HSL | 120.85º | 0.63% | 0.78% | - |
| HSV(B) | 120.85º | 0.3% | 0.92% | - |
| XYZ | 51.23 | 69.31 | 45.8 | - |
| YUV | 204.79 | 104.98 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 234 | 164 | 0.30 | 0 | 0.30 | 0.08 | 120.85 | 0.63 | 0.78 |
| Hex | A3 | EA | A4 | 1E | 0 | 1E | 8 | 79 | 3F | 4E |
| Octal | 243 | 352 | 244 | 36 | 0 | 36 | 10 | 171 | 77 | 116 |
| Binary | 10100011 | 11101010 | 10100100 | 11110 | 0 | 11110 | 1000 | 1111001 | 111111 | 1001110 |
Color Harmonies of #A3EAA4
Complementary color
Monochromatic Colors of #A3EAA4
Black with #A3EAA4
Text Example
Text Example
White with #A3EAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EAA4; }
p { color: rgb(163,234,164); }
H1.HeaderClassName
{
color: #A3EAA4;
}
.AnyTagClassName
{
color: #A3EAA4;
}
</style>
background-color css
<style>
a { background-color: #A3EAA4; }
a { background-color: rgb(163,234,164); }
div.DivClassName
{
background-color: #A3EAA4;
}
.BgClassName
{
background-color: #A3EAA4;
}
</style>
border-color css
<style>
span { border-color: #A3EAA4; }
span { border-color: rgb(163,234,164); }
td.TdClassName
{
border-color: #A3EAA4;
}
.TagClassName
{
border-color: #A3EAA4;
}
</style>