Shades of Celadon #A3EFA5
Tints of Celadon #A3EFA5
RGB
CMYK
RGB Variations
Color information
#A3EFA5 (or 0xA3EFA5) is known color: Celadon. HEX triplet: A3, EF and A5. RGB value is (163,239,165). Sum of RGB (Red+Green+Blue) = 163+239+165=567 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.75% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 165 (64.84% from 255 or 29.10% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #A3EFA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3EFA5 is #5C105A. Grayscale: #D0D0D0. Windows color (decimal): -6033499 or 10874787. OLE color: 10874787.
HSL color Cylindrical-coordinate representation of color #A3EFA5: hue angle of 121.58º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3EFA5 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 239 | 165 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.06 |
| HSL | 121.58º | 0.7% | 0.79% | - |
| HSV(B) | 121.58º | 0.32% | 0.94% | - |
| XYZ | 52.76 | 72.24 | 46.76 | - |
| YUV | 207.84 | 103.82 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 239 | 165 | 0.32 | 0 | 0.31 | 0.06 | 121.58 | 0.7 | 0.79 |
| Hex | A3 | EF | A5 | 20 | 0 | 1F | 6 | 7A | 46 | 4F |
| Octal | 243 | 357 | 245 | 40 | 0 | 37 | 6 | 172 | 106 | 117 |
| Binary | 10100011 | 11101111 | 10100101 | 100000 | 0 | 11111 | 110 | 1111010 | 1000110 | 1001111 |
Color Harmonies of #A3EFA5
Complementary color
Monochromatic Colors of #A3EFA5
Black with #A3EFA5
Text Example
Text Example
White with #A3EFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EFA5; }
p { color: rgb(163,239,165); }
H1.HeaderClassName
{
color: #A3EFA5;
}
.AnyTagClassName
{
color: #A3EFA5;
}
</style>
background-color css
<style>
a { background-color: #A3EFA5; }
a { background-color: rgb(163,239,165); }
div.DivClassName
{
background-color: #A3EFA5;
}
.BgClassName
{
background-color: #A3EFA5;
}
</style>
border-color css
<style>
span { border-color: #A3EFA5; }
span { border-color: rgb(163,239,165); }
td.TdClassName
{
border-color: #A3EFA5;
}
.TagClassName
{
border-color: #A3EFA5;
}
</style>