Shades of Celadon #A5FAB5
Tints of Celadon #A5FAB5
RGB
CMYK
RGB Variations
Color information
#A5FAB5 (or 0xA5FAB5) is known color: Celadon. HEX triplet: A5, FA and B5. RGB value is (165,250,181). Sum of RGB (Red+Green+Blue) = 165+250+181=596 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.68% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FAB5 is #5A054A. Grayscale: #D8D8D8. Windows color (decimal): -5899595 or 11926181. OLE color: 11926181.
HSL color Cylindrical-coordinate representation of color #A5FAB5: hue angle of 131.29º degrees, saturation: 0.89, 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 #A5FAB5 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 250 | 181 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.02 |
| HSL | 131.29º | 0.89% | 0.81% | - |
| HSV(B) | 131.29º | 0.34% | 0.98% | - |
| XYZ | 58.04 | 79.71 | 56.04 | - |
| YUV | 216.72 | 107.84 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 250 | 181 | 0.34 | 0 | 0.28 | 0.02 | 131.29 | 0.89 | 0.81 |
| Hex | A5 | FA | B5 | 22 | 0 | 1C | 2 | 83 | 59 | 51 |
| Octal | 245 | 372 | 265 | 42 | 0 | 34 | 2 | 203 | 131 | 121 |
| Binary | 10100101 | 11111010 | 10110101 | 100010 | 0 | 11100 | 10 | 10000011 | 1011001 | 1010001 |
Color Harmonies of #A5FAB5
Complementary color
Monochromatic Colors of #A5FAB5
Black with #A5FAB5
Text Example
Text Example
White with #A5FAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FAB5; }
p { color: rgb(165,250,181); }
H1.HeaderClassName
{
color: #A5FAB5;
}
.AnyTagClassName
{
color: #A5FAB5;
}
</style>
background-color css
<style>
a { background-color: #A5FAB5; }
a { background-color: rgb(165,250,181); }
div.DivClassName
{
background-color: #A5FAB5;
}
.BgClassName
{
background-color: #A5FAB5;
}
</style>
border-color css
<style>
span { border-color: #A5FAB5; }
span { border-color: rgb(165,250,181); }
td.TdClassName
{
border-color: #A5FAB5;
}
.TagClassName
{
border-color: #A5FAB5;
}
</style>