Shades of Celadon #A7F5B5
Tints of Celadon #A7F5B5
RGB
CMYK
RGB Variations
Color information
#A7F5B5 (or 0xA7F5B5) is known color: Celadon. HEX triplet: A7, F5 and B5. RGB value is (167,245,181). Sum of RGB (Red+Green+Blue) = 167+245+181=593 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.16% from 593); Green value is 245 (96.09% from 255 or 41.32% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 245 - color contains mainly: green. Hex color #A7F5B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F5B5 is #580A4A. Grayscale: #D6D6D6. Windows color (decimal): -5769803 or 11924903. OLE color: 11924903.
HSL color Cylindrical-coordinate representation of color #A7F5B5: hue angle of 130.77º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7F5B5 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 245 | 181 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.04 |
| HSL | 130.77º | 0.8% | 0.81% | - |
| HSV(B) | 130.77º | 0.32% | 0.96% | - |
| XYZ | 56.93 | 76.86 | 55.55 | - |
| YUV | 214.38 | 109.16 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 245 | 181 | 0.32 | 0 | 0.26 | 0.04 | 130.77 | 0.8 | 0.81 |
| Hex | A7 | F5 | B5 | 20 | 0 | 1A | 4 | 83 | 50 | 51 |
| Octal | 247 | 365 | 265 | 40 | 0 | 32 | 4 | 203 | 120 | 121 |
| Binary | 10100111 | 11110101 | 10110101 | 100000 | 0 | 11010 | 100 | 10000011 | 1010000 | 1010001 |
Color Harmonies of #A7F5B5
Complementary color
Monochromatic Colors of #A7F5B5
Black with #A7F5B5
Text Example
Text Example
White with #A7F5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F5B5; }
p { color: rgb(167,245,181); }
H1.HeaderClassName
{
color: #A7F5B5;
}
.AnyTagClassName
{
color: #A7F5B5;
}
</style>
background-color css
<style>
a { background-color: #A7F5B5; }
a { background-color: rgb(167,245,181); }
div.DivClassName
{
background-color: #A7F5B5;
}
.BgClassName
{
background-color: #A7F5B5;
}
</style>
border-color css
<style>
span { border-color: #A7F5B5; }
span { border-color: rgb(167,245,181); }
td.TdClassName
{
border-color: #A7F5B5;
}
.TagClassName
{
border-color: #A7F5B5;
}
</style>