Shades of Celadon #A7EDB5
Tints of Celadon #A7EDB5
RGB
CMYK
RGB Variations
Color information
#A7EDB5 (or 0xA7EDB5) is known color: Celadon. HEX triplet: A7, ED and B5. RGB value is (167,237,181). Sum of RGB (Red+Green+Blue) = 167+237+181=585 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.55% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #A7EDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EDB5 is #58124A. Grayscale: #D1D1D1. Windows color (decimal): -5771851 or 11922855. OLE color: 11922855.
HSL color Cylindrical-coordinate representation of color #A7EDB5: hue angle of 132º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EDB5 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 237 | 181 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.07 |
| HSL | 132º | 0.66% | 0.79% | - |
| HSV(B) | 132º | 0.3% | 0.93% | - |
| XYZ | 54.56 | 72.12 | 54.76 | - |
| YUV | 209.69 | 111.81 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 237 | 181 | 0.30 | 0 | 0.24 | 0.07 | 132 | 0.66 | 0.79 |
| Hex | A7 | ED | B5 | 1E | 0 | 18 | 7 | 84 | 42 | 4F |
| Octal | 247 | 355 | 265 | 36 | 0 | 30 | 7 | 204 | 102 | 117 |
| Binary | 10100111 | 11101101 | 10110101 | 11110 | 0 | 11000 | 111 | 10000100 | 1000010 | 1001111 |
Color Harmonies of #A7EDB5
Complementary color
Monochromatic Colors of #A7EDB5
Black with #A7EDB5
Text Example
Text Example
White with #A7EDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EDB5; }
p { color: rgb(167,237,181); }
H1.HeaderClassName
{
color: #A7EDB5;
}
.AnyTagClassName
{
color: #A7EDB5;
}
</style>
background-color css
<style>
a { background-color: #A7EDB5; }
a { background-color: rgb(167,237,181); }
div.DivClassName
{
background-color: #A7EDB5;
}
.BgClassName
{
background-color: #A7EDB5;
}
</style>
border-color css
<style>
span { border-color: #A7EDB5; }
span { border-color: rgb(167,237,181); }
td.TdClassName
{
border-color: #A7EDB5;
}
.TagClassName
{
border-color: #A7EDB5;
}
</style>