Shades of Celadon #A4FAB1
Tints of Celadon #A4FAB1
RGB
CMYK
RGB Variations
Color information
#A4FAB1 (or 0xA4FAB1) is known color: Celadon. HEX triplet: A4, FA and B1. RGB value is (164,250,177). Sum of RGB (Red+Green+Blue) = 164+250+177=591 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.75% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 177 (69.53% from 255 or 29.95% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FAB1 is #5B054E. Grayscale: #D8D8D8. Windows color (decimal): -5965135 or 11664036. OLE color: 11664036.
HSL color Cylindrical-coordinate representation of color #A4FAB1: hue angle of 129.07º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4FAB1 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 250 | 177 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.02 |
| HSL | 129.07º | 0.9% | 0.81% | - |
| HSV(B) | 129.07º | 0.34% | 0.98% | - |
| XYZ | 57.43 | 79.44 | 53.9 | - |
| YUV | 215.96 | 106.01 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 250 | 177 | 0.34 | 0 | 0.29 | 0.02 | 129.07 | 0.9 | 0.81 |
| Hex | A4 | FA | B1 | 22 | 0 | 1D | 2 | 81 | 5A | 51 |
| Octal | 244 | 372 | 261 | 42 | 0 | 35 | 2 | 201 | 132 | 121 |
| Binary | 10100100 | 11111010 | 10110001 | 100010 | 0 | 11101 | 10 | 10000001 | 1011010 | 1010001 |
Color Harmonies of #A4FAB1
Complementary color
Monochromatic Colors of #A4FAB1
Black with #A4FAB1
Text Example
Text Example
White with #A4FAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FAB1; }
p { color: rgb(164,250,177); }
H1.HeaderClassName
{
color: #A4FAB1;
}
.AnyTagClassName
{
color: #A4FAB1;
}
</style>
background-color css
<style>
a { background-color: #A4FAB1; }
a { background-color: rgb(164,250,177); }
div.DivClassName
{
background-color: #A4FAB1;
}
.BgClassName
{
background-color: #A4FAB1;
}
</style>
border-color css
<style>
span { border-color: #A4FAB1; }
span { border-color: rgb(164,250,177); }
td.TdClassName
{
border-color: #A4FAB1;
}
.TagClassName
{
border-color: #A4FAB1;
}
</style>