Shades of Celadon #A5FFB5
Tints of Celadon #A5FFB5
RGB
CMYK
RGB Variations
Color information
#A5FFB5 (or 0xA5FFB5) is known color: Celadon. HEX triplet: A5, FF and B5. RGB value is (165,255,181). Sum of RGB (Red+Green+Blue) = 165+255+181=601 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.45% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FFB5 is #5A004A. Grayscale: #DBDBDB. Windows color (decimal): -5898315 or 11927461. OLE color: 11927461.
HSL color Cylindrical-coordinate representation of color #A5FFB5: hue angle of 130.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FFB5 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 255 | 181 | - |
| CMYK | 0.35 | 0 | 0.29 | 0 |
| HSL | 130.67º | 1% | 0.82% | - |
| HSV(B) | 130.67º | 0.35% | 1% | - |
| XYZ | 59.62 | 82.86 | 56.57 | - |
| YUV | 219.65 | 106.18 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 255 | 181 | 0.35 | 0 | 0.29 | 0 | 130.67 | 1 | 0.82 |
| Hex | A5 | FF | B5 | 23 | 0 | 1D | 0 | 83 | 64 | 52 |
| Octal | 245 | 377 | 265 | 43 | 0 | 35 | 0 | 203 | 144 | 122 |
| Binary | 10100101 | 11111111 | 10110101 | 100011 | 0 | 11101 | 0 | 10000011 | 1100100 | 1010010 |
Color Harmonies of #A5FFB5
Complementary color
Monochromatic Colors of #A5FFB5
Black with #A5FFB5
Text Example
Text Example
White with #A5FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FFB5; }
p { color: rgb(165,255,181); }
H1.HeaderClassName
{
color: #A5FFB5;
}
.AnyTagClassName
{
color: #A5FFB5;
}
</style>
background-color css
<style>
a { background-color: #A5FFB5; }
a { background-color: rgb(165,255,181); }
div.DivClassName
{
background-color: #A5FFB5;
}
.BgClassName
{
background-color: #A5FFB5;
}
</style>
border-color css
<style>
span { border-color: #A5FFB5; }
span { border-color: rgb(165,255,181); }
td.TdClassName
{
border-color: #A5FFB5;
}
.TagClassName
{
border-color: #A5FFB5;
}
</style>