Shades of Celadon #A5EBB3
Tints of Celadon #A5EBB3
RGB
CMYK
RGB Variations
Color information
#A5EBB3 (or 0xA5EBB3) is known color: Celadon. HEX triplet: A5, EB and B3. RGB value is (165,235,179). Sum of RGB (Red+Green+Blue) = 165+235+179=579 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.50% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 179 (70.31% from 255 or 30.92% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBB3 is #5A144C. Grayscale: #CFCFCF. Windows color (decimal): -5903437 or 11791269. OLE color: 11791269.
HSL color Cylindrical-coordinate representation of color #A5EBB3: hue angle of 132º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EBB3 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 235 | 179 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.08 |
| HSL | 132º | 0.64% | 0.78% | - |
| HSV(B) | 132º | 0.3% | 0.92% | - |
| XYZ | 53.36 | 70.67 | 53.48 | - |
| YUV | 207.69 | 111.81 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 235 | 179 | 0.30 | 0 | 0.24 | 0.08 | 132 | 0.64 | 0.78 |
| Hex | A5 | EB | B3 | 1E | 0 | 18 | 8 | 84 | 40 | 4E |
| Octal | 245 | 353 | 263 | 36 | 0 | 30 | 10 | 204 | 100 | 116 |
| Binary | 10100101 | 11101011 | 10110011 | 11110 | 0 | 11000 | 1000 | 10000100 | 1000000 | 1001110 |
Color Harmonies of #A5EBB3
Complementary color
Monochromatic Colors of #A5EBB3
Black with #A5EBB3
Text Example
Text Example
White with #A5EBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EBB3; }
p { color: rgb(165,235,179); }
H1.HeaderClassName
{
color: #A5EBB3;
}
.AnyTagClassName
{
color: #A5EBB3;
}
</style>
background-color css
<style>
a { background-color: #A5EBB3; }
a { background-color: rgb(165,235,179); }
div.DivClassName
{
background-color: #A5EBB3;
}
.BgClassName
{
background-color: #A5EBB3;
}
</style>
border-color css
<style>
span { border-color: #A5EBB3; }
span { border-color: rgb(165,235,179); }
td.TdClassName
{
border-color: #A5EBB3;
}
.TagClassName
{
border-color: #A5EBB3;
}
</style>