Shades of Celadon #A7EBB3
Tints of Celadon #A7EBB3
RGB
CMYK
RGB Variations
Color information
#A7EBB3 (or 0xA7EBB3) is known color: Celadon. HEX triplet: A7, EB and B3. RGB value is (167,235,179). Sum of RGB (Red+Green+Blue) = 167+235+179=581 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.74% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #A7EBB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EBB3 is #58144C. Grayscale: #D0D0D0. Windows color (decimal): -5772365 or 11791271. OLE color: 11791271.
HSL color Cylindrical-coordinate representation of color #A7EBB3: hue angle of 130.59º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7EBB3 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 235 | 179 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.08 |
| HSL | 130.59º | 0.63% | 0.79% | - |
| HSV(B) | 130.59º | 0.29% | 0.92% | - |
| XYZ | 53.78 | 70.89 | 53.5 | - |
| YUV | 208.28 | 111.47 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 235 | 179 | 0.29 | 0 | 0.24 | 0.08 | 130.59 | 0.63 | 0.79 |
| Hex | A7 | EB | B3 | 1D | 0 | 18 | 8 | 83 | 3F | 4F |
| Octal | 247 | 353 | 263 | 35 | 0 | 30 | 10 | 203 | 77 | 117 |
| Binary | 10100111 | 11101011 | 10110011 | 11101 | 0 | 11000 | 1000 | 10000011 | 111111 | 1001111 |
Color Harmonies of #A7EBB3
Complementary color
Monochromatic Colors of #A7EBB3
Black with #A7EBB3
Text Example
Text Example
White with #A7EBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EBB3; }
p { color: rgb(167,235,179); }
H1.HeaderClassName
{
color: #A7EBB3;
}
.AnyTagClassName
{
color: #A7EBB3;
}
</style>
background-color css
<style>
a { background-color: #A7EBB3; }
a { background-color: rgb(167,235,179); }
div.DivClassName
{
background-color: #A7EBB3;
}
.BgClassName
{
background-color: #A7EBB3;
}
</style>
border-color css
<style>
span { border-color: #A7EBB3; }
span { border-color: rgb(167,235,179); }
td.TdClassName
{
border-color: #A7EBB3;
}
.TagClassName
{
border-color: #A7EBB3;
}
</style>