Shades of Celadon #A4FCB3
Tints of Celadon #A4FCB3
RGB
CMYK
RGB Variations
Color information
#A4FCB3 (or 0xA4FCB3) is known color: Celadon. HEX triplet: A4, FC and B3. RGB value is (164,252,179). Sum of RGB (Red+Green+Blue) = 164+252+179=595 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.56% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 179 (70.31% from 255 or 30.08% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FCB3 is #5B034C. Grayscale: #D9D9D9. Windows color (decimal): -5964621 or 11795620. OLE color: 11795620.
HSL color Cylindrical-coordinate representation of color #A4FCB3: hue angle of 130.23º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FCB3 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 252 | 179 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.01 |
| HSL | 130.23º | 0.94% | 0.82% | - |
| HSV(B) | 130.23º | 0.35% | 0.99% | - |
| XYZ | 58.26 | 80.77 | 55.17 | - |
| YUV | 217.37 | 106.35 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 252 | 179 | 0.35 | 0 | 0.29 | 0.01 | 130.23 | 0.94 | 0.82 |
| Hex | A4 | FC | B3 | 23 | 0 | 1D | 1 | 82 | 5E | 52 |
| Octal | 244 | 374 | 263 | 43 | 0 | 35 | 1 | 202 | 136 | 122 |
| Binary | 10100100 | 11111100 | 10110011 | 100011 | 0 | 11101 | 1 | 10000010 | 1011110 | 1010010 |
Color Harmonies of #A4FCB3
Complementary color
Monochromatic Colors of #A4FCB3
Black with #A4FCB3
Text Example
Text Example
White with #A4FCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FCB3; }
p { color: rgb(164,252,179); }
H1.HeaderClassName
{
color: #A4FCB3;
}
.AnyTagClassName
{
color: #A4FCB3;
}
</style>
background-color css
<style>
a { background-color: #A4FCB3; }
a { background-color: rgb(164,252,179); }
div.DivClassName
{
background-color: #A4FCB3;
}
.BgClassName
{
background-color: #A4FCB3;
}
</style>
border-color css
<style>
span { border-color: #A4FCB3; }
span { border-color: rgb(164,252,179); }
td.TdClassName
{
border-color: #A4FCB3;
}
.TagClassName
{
border-color: #A4FCB3;
}
</style>