Shades of Celadon #A3FCB2
Tints of Celadon #A3FCB2
RGB
CMYK
RGB Variations
Color information
#A3FCB2 (or 0xA3FCB2) is known color: Celadon. HEX triplet: A3, FC and B2. RGB value is (163,252,178). Sum of RGB (Red+Green+Blue) = 163+252+178=593 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.49% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 178 (69.92% from 255 or 30.02% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3FCB2 is #5C034D. Grayscale: #D9D9D9. Windows color (decimal): -6030158 or 11730083. OLE color: 11730083.
HSL color Cylindrical-coordinate representation of color #A3FCB2: hue angle of 130.11º 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 #A3FCB2 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 252 | 178 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.01 |
| HSL | 130.11º | 0.94% | 0.81% | - |
| HSV(B) | 130.11º | 0.35% | 0.99% | - |
| XYZ | 57.95 | 80.62 | 54.63 | - |
| YUV | 216.95 | 106.01 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 252 | 178 | 0.35 | 0 | 0.29 | 0.01 | 130.11 | 0.94 | 0.81 |
| Hex | A3 | FC | B2 | 23 | 0 | 1D | 1 | 82 | 5E | 51 |
| Octal | 243 | 374 | 262 | 43 | 0 | 35 | 1 | 202 | 136 | 121 |
| Binary | 10100011 | 11111100 | 10110010 | 100011 | 0 | 11101 | 1 | 10000010 | 1011110 | 1010001 |
Color Harmonies of #A3FCB2
Complementary color
Monochromatic Colors of #A3FCB2
Black with #A3FCB2
Text Example
Text Example
White with #A3FCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FCB2; }
p { color: rgb(163,252,178); }
H1.HeaderClassName
{
color: #A3FCB2;
}
.AnyTagClassName
{
color: #A3FCB2;
}
</style>
background-color css
<style>
a { background-color: #A3FCB2; }
a { background-color: rgb(163,252,178); }
div.DivClassName
{
background-color: #A3FCB2;
}
.BgClassName
{
background-color: #A3FCB2;
}
</style>
border-color css
<style>
span { border-color: #A3FCB2; }
span { border-color: rgb(163,252,178); }
td.TdClassName
{
border-color: #A3FCB2;
}
.TagClassName
{
border-color: #A3FCB2;
}
</style>