Shades of Celadon #A3FCB3
Tints of Celadon #A3FCB3
RGB
CMYK
RGB Variations
Color information
#A3FCB3 (or 0xA3FCB3) is known color: Celadon. HEX triplet: A3, FC and B3. RGB value is (163,252,179). Sum of RGB (Red+Green+Blue) = 163+252+179=594 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.44% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FCB3 is #5C034C. Grayscale: #D9D9D9. Windows color (decimal): -6030157 or 11795619. OLE color: 11795619.
HSL color Cylindrical-coordinate representation of color #A3FCB3: hue angle of 130.79º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FCB3 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 252 | 179 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.01 |
| HSL | 130.79º | 0.94% | 0.81% | - |
| HSV(B) | 130.79º | 0.35% | 0.99% | - |
| XYZ | 58.05 | 80.66 | 55.16 | - |
| YUV | 217.07 | 106.51 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 252 | 179 | 0.35 | 0 | 0.29 | 0.01 | 130.79 | 0.94 | 0.81 |
| Hex | A3 | FC | B3 | 23 | 0 | 1D | 1 | 83 | 5E | 51 |
| Octal | 243 | 374 | 263 | 43 | 0 | 35 | 1 | 203 | 136 | 121 |
| Binary | 10100011 | 11111100 | 10110011 | 100011 | 0 | 11101 | 1 | 10000011 | 1011110 | 1010001 |
Color Harmonies of #A3FCB3
Complementary color
Monochromatic Colors of #A3FCB3
Black with #A3FCB3
Text Example
Text Example
White with #A3FCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FCB3; }
p { color: rgb(163,252,179); }
H1.HeaderClassName
{
color: #A3FCB3;
}
.AnyTagClassName
{
color: #A3FCB3;
}
</style>
background-color css
<style>
a { background-color: #A3FCB3; }
a { background-color: rgb(163,252,179); }
div.DivClassName
{
background-color: #A3FCB3;
}
.BgClassName
{
background-color: #A3FCB3;
}
</style>
border-color css
<style>
span { border-color: #A3FCB3; }
span { border-color: rgb(163,252,179); }
td.TdClassName
{
border-color: #A3FCB3;
}
.TagClassName
{
border-color: #A3FCB3;
}
</style>