Shades of Celadon #A3FAB5
Tints of Celadon #A3FAB5
RGB
CMYK
RGB Variations
Color information
#A3FAB5 (or 0xA3FAB5) is known color: Celadon. HEX triplet: A3, FA and B5. RGB value is (163,250,181). Sum of RGB (Red+Green+Blue) = 163+250+181=594 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.44% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 181 (71.09% from 255 or 30.47% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #A3FAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FAB5 is #5C054A. Grayscale: #D8D8D8. Windows color (decimal): -6030667 or 11926179. OLE color: 11926179.
HSL color Cylindrical-coordinate representation of color #A3FAB5: hue angle of 132.41º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FAB5 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 250 | 181 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.02 |
| HSL | 132.41º | 0.9% | 0.81% | - |
| HSV(B) | 132.41º | 0.35% | 0.98% | - |
| XYZ | 57.63 | 79.49 | 56.02 | - |
| YUV | 216.12 | 108.18 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 250 | 181 | 0.35 | 0 | 0.28 | 0.02 | 132.41 | 0.9 | 0.81 |
| Hex | A3 | FA | B5 | 23 | 0 | 1C | 2 | 84 | 5A | 51 |
| Octal | 243 | 372 | 265 | 43 | 0 | 34 | 2 | 204 | 132 | 121 |
| Binary | 10100011 | 11111010 | 10110101 | 100011 | 0 | 11100 | 10 | 10000100 | 1011010 | 1010001 |
Color Harmonies of #A3FAB5
Complementary color
Monochromatic Colors of #A3FAB5
Black with #A3FAB5
Text Example
Text Example
White with #A3FAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FAB5; }
p { color: rgb(163,250,181); }
H1.HeaderClassName
{
color: #A3FAB5;
}
.AnyTagClassName
{
color: #A3FAB5;
}
</style>
background-color css
<style>
a { background-color: #A3FAB5; }
a { background-color: rgb(163,250,181); }
div.DivClassName
{
background-color: #A3FAB5;
}
.BgClassName
{
background-color: #A3FAB5;
}
</style>
border-color css
<style>
span { border-color: #A3FAB5; }
span { border-color: rgb(163,250,181); }
td.TdClassName
{
border-color: #A3FAB5;
}
.TagClassName
{
border-color: #A3FAB5;
}
</style>