Shades of Celadon #A7EDB2
Tints of Celadon #A7EDB2
RGB
CMYK
RGB Variations
Color information
#A7EDB2 (or 0xA7EDB2) is known color: Celadon. HEX triplet: A7, ED and B2. RGB value is (167,237,178). Sum of RGB (Red+Green+Blue) = 167+237+178=582 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.69% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 178 (69.92% from 255 or 30.58% from 582); Max value from RGB is 237 - color contains mainly: green. Hex color #A7EDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7EDB2 is #58124D. Grayscale: #D1D1D1. Windows color (decimal): -5771854 or 11726247. OLE color: 11726247.
HSL color Cylindrical-coordinate representation of color #A7EDB2: hue angle of 129.43º 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 #A7EDB2 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 237 | 178 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.07 |
| HSL | 129.43º | 0.66% | 0.79% | - |
| HSV(B) | 129.43º | 0.3% | 0.93% | - |
| XYZ | 54.26 | 72 | 53.16 | - |
| YUV | 209.34 | 110.31 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 237 | 178 | 0.30 | 0 | 0.25 | 0.07 | 129.43 | 0.66 | 0.79 |
| Hex | A7 | ED | B2 | 1E | 0 | 19 | 7 | 81 | 42 | 4F |
| Octal | 247 | 355 | 262 | 36 | 0 | 31 | 7 | 201 | 102 | 117 |
| Binary | 10100111 | 11101101 | 10110010 | 11110 | 0 | 11001 | 111 | 10000001 | 1000010 | 1001111 |
Color Harmonies of #A7EDB2
Complementary color
Monochromatic Colors of #A7EDB2
Black with #A7EDB2
Text Example
Text Example
White with #A7EDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EDB2; }
p { color: rgb(167,237,178); }
H1.HeaderClassName
{
color: #A7EDB2;
}
.AnyTagClassName
{
color: #A7EDB2;
}
</style>
background-color css
<style>
a { background-color: #A7EDB2; }
a { background-color: rgb(167,237,178); }
div.DivClassName
{
background-color: #A7EDB2;
}
.BgClassName
{
background-color: #A7EDB2;
}
</style>
border-color css
<style>
span { border-color: #A7EDB2; }
span { border-color: rgb(167,237,178); }
td.TdClassName
{
border-color: #A7EDB2;
}
.TagClassName
{
border-color: #A7EDB2;
}
</style>