Shades of Celadon #A5DEAF
Tints of Celadon #A5DEAF
RGB
CMYK
RGB Variations
Color information
#A5DEAF (or 0xA5DEAF) is known color: Celadon. HEX triplet: A5, DE and AF. RGB value is (165,222,175). Sum of RGB (Red+Green+Blue) = 165+222+175=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DEAF is #5A2150. Grayscale: #C7C7C7. Windows color (decimal): -5906769 or 11525797. OLE color: 11525797.
HSL color Cylindrical-coordinate representation of color #A5DEAF: hue angle of 130.53º degrees, saturation: 0.46, 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 #A5DEAF is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 222 | 175 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.13 |
| HSL | 130.53º | 0.46% | 0.76% | - |
| HSV(B) | 130.53º | 0.26% | 0.87% | - |
| XYZ | 49.38 | 63.34 | 50.18 | - |
| YUV | 199.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 222 | 175 | 0.26 | 0 | 0.21 | 0.13 | 130.53 | 0.46 | 0.76 |
| Hex | A5 | DE | AF | 1A | 0 | 15 | D | 83 | 2E | 4C |
| Octal | 245 | 336 | 257 | 32 | 0 | 25 | 15 | 203 | 56 | 114 |
| Binary | 10100101 | 11011110 | 10101111 | 11010 | 0 | 10101 | 1101 | 10000011 | 101110 | 1001100 |
Color Harmonies of #A5DEAF
Complementary color
Monochromatic Colors of #A5DEAF
Black with #A5DEAF
Text Example
Text Example
White with #A5DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DEAF; }
p { color: rgb(165,222,175); }
H1.HeaderClassName
{
color: #A5DEAF;
}
.AnyTagClassName
{
color: #A5DEAF;
}
</style>
background-color css
<style>
a { background-color: #A5DEAF; }
a { background-color: rgb(165,222,175); }
div.DivClassName
{
background-color: #A5DEAF;
}
.BgClassName
{
background-color: #A5DEAF;
}
</style>
border-color css
<style>
span { border-color: #A5DEAF; }
span { border-color: rgb(165,222,175); }
td.TdClassName
{
border-color: #A5DEAF;
}
.TagClassName
{
border-color: #A5DEAF;
}
</style>