Shades of Celadon #A5DFB1
Tints of Celadon #A5DFB1
RGB
CMYK
RGB Variations
Color information
#A5DFB1 (or 0xA5DFB1) is known color: Celadon. HEX triplet: A5, DF and B1. RGB value is (165,223,177). Sum of RGB (Red+Green+Blue) = 165+223+177=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DFB1 is #5A204E. Grayscale: #C8C8C8. Windows color (decimal): -5906511 or 11657125. OLE color: 11657125.
HSL color Cylindrical-coordinate representation of color #A5DFB1: hue angle of 132.41º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DFB1 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 223 | 177 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.13 |
| HSL | 132.41º | 0.48% | 0.76% | - |
| HSV(B) | 132.41º | 0.26% | 0.87% | - |
| XYZ | 49.84 | 63.95 | 51.31 | - |
| YUV | 200.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 223 | 177 | 0.26 | 0 | 0.21 | 0.13 | 132.41 | 0.48 | 0.76 |
| Hex | A5 | DF | B1 | 1A | 0 | 15 | D | 84 | 30 | 4C |
| Octal | 245 | 337 | 261 | 32 | 0 | 25 | 15 | 204 | 60 | 114 |
| Binary | 10100101 | 11011111 | 10110001 | 11010 | 0 | 10101 | 1101 | 10000100 | 110000 | 1001100 |
Color Harmonies of #A5DFB1
Complementary color
Monochromatic Colors of #A5DFB1
Black with #A5DFB1
Text Example
Text Example
White with #A5DFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DFB1; }
p { color: rgb(165,223,177); }
H1.HeaderClassName
{
color: #A5DFB1;
}
.AnyTagClassName
{
color: #A5DFB1;
}
</style>
background-color css
<style>
a { background-color: #A5DFB1; }
a { background-color: rgb(165,223,177); }
div.DivClassName
{
background-color: #A5DFB1;
}
.BgClassName
{
background-color: #A5DFB1;
}
</style>
border-color css
<style>
span { border-color: #A5DFB1; }
span { border-color: rgb(165,223,177); }
td.TdClassName
{
border-color: #A5DFB1;
}
.TagClassName
{
border-color: #A5DFB1;
}
</style>