Shades of Celadon #A5EFB5
Tints of Celadon #A5EFB5
RGB
CMYK
RGB Variations
Color information
#A5EFB5 (or 0xA5EFB5) is known color: Celadon. HEX triplet: A5, EF and B5. RGB value is (165,239,181). Sum of RGB (Red+Green+Blue) = 165+239+181=585 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.21% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 239 - color contains mainly: green. Hex color #A5EFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EFB5 is #5A104A. Grayscale: #D2D2D2. Windows color (decimal): -5902411 or 11923365. OLE color: 11923365.
HSL color Cylindrical-coordinate representation of color #A5EFB5: hue angle of 132.97º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5EFB5 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 239 | 181 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.06 |
| HSL | 132.97º | 0.7% | 0.79% | - |
| HSV(B) | 132.97º | 0.31% | 0.94% | - |
| XYZ | 54.72 | 73.07 | 54.94 | - |
| YUV | 210.26 | 111.48 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 239 | 181 | 0.31 | 0 | 0.24 | 0.06 | 132.97 | 0.7 | 0.79 |
| Hex | A5 | EF | B5 | 1F | 0 | 18 | 6 | 85 | 46 | 4F |
| Octal | 245 | 357 | 265 | 37 | 0 | 30 | 6 | 205 | 106 | 117 |
| Binary | 10100101 | 11101111 | 10110101 | 11111 | 0 | 11000 | 110 | 10000101 | 1000110 | 1001111 |
Color Harmonies of #A5EFB5
Complementary color
Monochromatic Colors of #A5EFB5
Black with #A5EFB5
Text Example
Text Example
White with #A5EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EFB5; }
p { color: rgb(165,239,181); }
H1.HeaderClassName
{
color: #A5EFB5;
}
.AnyTagClassName
{
color: #A5EFB5;
}
</style>
background-color css
<style>
a { background-color: #A5EFB5; }
a { background-color: rgb(165,239,181); }
div.DivClassName
{
background-color: #A5EFB5;
}
.BgClassName
{
background-color: #A5EFB5;
}
</style>
border-color css
<style>
span { border-color: #A5EFB5; }
span { border-color: rgb(165,239,181); }
td.TdClassName
{
border-color: #A5EFB5;
}
.TagClassName
{
border-color: #A5EFB5;
}
</style>