Shades of Celadon #A3FBB5
Tints of Celadon #A3FBB5
RGB
CMYK
RGB Variations
Color information
#A3FBB5 (or 0xA3FBB5) is known color: Celadon. HEX triplet: A3, FB and B5. RGB value is (163,251,181). Sum of RGB (Red+Green+Blue) = 163+251+181=595 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.39% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #A3FBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FBB5 is #5C044A. Grayscale: #D8D8D8. Windows color (decimal): -6030411 or 11926435. OLE color: 11926435.
HSL color Cylindrical-coordinate representation of color #A3FBB5: hue angle of 132.27º degrees, saturation: 0.92, 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 #A3FBB5 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 251 | 181 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.02 |
| HSL | 132.27º | 0.92% | 0.81% | - |
| HSV(B) | 132.27º | 0.35% | 0.98% | - |
| XYZ | 57.94 | 80.12 | 56.13 | - |
| YUV | 216.71 | 107.85 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 251 | 181 | 0.35 | 0 | 0.28 | 0.02 | 132.27 | 0.92 | 0.81 |
| Hex | A3 | FB | B5 | 23 | 0 | 1C | 2 | 84 | 5C | 51 |
| Octal | 243 | 373 | 265 | 43 | 0 | 34 | 2 | 204 | 134 | 121 |
| Binary | 10100011 | 11111011 | 10110101 | 100011 | 0 | 11100 | 10 | 10000100 | 1011100 | 1010001 |
Color Harmonies of #A3FBB5
Complementary color
Monochromatic Colors of #A3FBB5
Black with #A3FBB5
Text Example
Text Example
White with #A3FBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FBB5; }
p { color: rgb(163,251,181); }
H1.HeaderClassName
{
color: #A3FBB5;
}
.AnyTagClassName
{
color: #A3FBB5;
}
</style>
background-color css
<style>
a { background-color: #A3FBB5; }
a { background-color: rgb(163,251,181); }
div.DivClassName
{
background-color: #A3FBB5;
}
.BgClassName
{
background-color: #A3FBB5;
}
</style>
border-color css
<style>
span { border-color: #A3FBB5; }
span { border-color: rgb(163,251,181); }
td.TdClassName
{
border-color: #A3FBB5;
}
.TagClassName
{
border-color: #A3FBB5;
}
</style>