Shades of Celadon #A3FFB5
Tints of Celadon #A3FFB5
RGB
CMYK
RGB Variations
Color information
#A3FFB5 (or 0xA3FFB5) is known color: Celadon. HEX triplet: A3, FF and B5. RGB value is (163,255,181). Sum of RGB (Red+Green+Blue) = 163+255+181=599 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.21% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FFB5 is #5C004A. Grayscale: #DBDBDB. Windows color (decimal): -6029387 or 11927459. OLE color: 11927459.
HSL color Cylindrical-coordinate representation of color #A3FFB5: hue angle of 131.74º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FFB5 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 255 | 181 | - |
| CMYK | 0.36 | 0 | 0.29 | 0 |
| HSL | 131.74º | 1% | 0.82% | - |
| HSV(B) | 131.74º | 0.36% | 1% | - |
| XYZ | 59.2 | 82.64 | 56.55 | - |
| YUV | 219.06 | 106.52 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 255 | 181 | 0.36 | 0 | 0.29 | 0 | 131.74 | 1 | 0.82 |
| Hex | A3 | FF | B5 | 24 | 0 | 1D | 0 | 84 | 64 | 52 |
| Octal | 243 | 377 | 265 | 44 | 0 | 35 | 0 | 204 | 144 | 122 |
| Binary | 10100011 | 11111111 | 10110101 | 100100 | 0 | 11101 | 0 | 10000100 | 1100100 | 1010010 |
Color Harmonies of #A3FFB5
Complementary color
Monochromatic Colors of #A3FFB5
Black with #A3FFB5
Text Example
Text Example
White with #A3FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FFB5; }
p { color: rgb(163,255,181); }
H1.HeaderClassName
{
color: #A3FFB5;
}
.AnyTagClassName
{
color: #A3FFB5;
}
</style>
background-color css
<style>
a { background-color: #A3FFB5; }
a { background-color: rgb(163,255,181); }
div.DivClassName
{
background-color: #A3FFB5;
}
.BgClassName
{
background-color: #A3FFB5;
}
</style>
border-color css
<style>
span { border-color: #A3FFB5; }
span { border-color: rgb(163,255,181); }
td.TdClassName
{
border-color: #A3FFB5;
}
.TagClassName
{
border-color: #A3FFB5;
}
</style>