Shades of Celadon #A3EAB4
Tints of Celadon #A3EAB4
RGB
CMYK
RGB Variations
Color information
#A3EAB4 (or 0xA3EAB4) is known color: Celadon. HEX triplet: A3, EA and B4. RGB value is (163,234,180). Sum of RGB (Red+Green+Blue) = 163+234+180=577 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.25% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EAB4 is #5C154B. Grayscale: #CECECE. Windows color (decimal): -6034764 or 11856547. OLE color: 11856547.
HSL color Cylindrical-coordinate representation of color #A3EAB4: hue angle of 134.37º 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 #A3EAB4 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 234 | 180 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.08 |
| HSL | 134.37º | 0.63% | 0.78% | - |
| HSV(B) | 134.37º | 0.3% | 0.92% | - |
| XYZ | 52.77 | 69.93 | 53.9 | - |
| YUV | 206.62 | 112.98 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 234 | 180 | 0.30 | 0 | 0.23 | 0.08 | 134.37 | 0.63 | 0.78 |
| Hex | A3 | EA | B4 | 1E | 0 | 17 | 8 | 86 | 3F | 4E |
| Octal | 243 | 352 | 264 | 36 | 0 | 27 | 10 | 206 | 77 | 116 |
| Binary | 10100011 | 11101010 | 10110100 | 11110 | 0 | 10111 | 1000 | 10000110 | 111111 | 1001110 |
Color Harmonies of #A3EAB4
Complementary color
Monochromatic Colors of #A3EAB4
Black with #A3EAB4
Text Example
Text Example
White with #A3EAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EAB4; }
p { color: rgb(163,234,180); }
H1.HeaderClassName
{
color: #A3EAB4;
}
.AnyTagClassName
{
color: #A3EAB4;
}
</style>
background-color css
<style>
a { background-color: #A3EAB4; }
a { background-color: rgb(163,234,180); }
div.DivClassName
{
background-color: #A3EAB4;
}
.BgClassName
{
background-color: #A3EAB4;
}
</style>
border-color css
<style>
span { border-color: #A3EAB4; }
span { border-color: rgb(163,234,180); }
td.TdClassName
{
border-color: #A3EAB4;
}
.TagClassName
{
border-color: #A3EAB4;
}
</style>