Shades of Celadon #A7FFB2
Tints of Celadon #A7FFB2
RGB
CMYK
RGB Variations
Color information
#A7FFB2 (or 0xA7FFB2) is known color: Celadon. HEX triplet: A7, FF and B2. RGB value is (167,255,178). Sum of RGB (Red+Green+Blue) = 167+255+178=600 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.83% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 178 (69.92% from 255 or 29.67% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7FFB2 is #58004D. Grayscale: #DCDCDC. Windows color (decimal): -5767246 or 11730855. OLE color: 11730855.
HSL color Cylindrical-coordinate representation of color #A7FFB2: hue angle of 127.5º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7FFB2 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 255 | 178 | - |
| CMYK | 0.35 | 0 | 0.30 | 0 |
| HSL | 127.5º | 1% | 0.83% | - |
| HSV(B) | 127.5º | 0.35% | 1% | - |
| XYZ | 59.73 | 82.95 | 54.98 | - |
| YUV | 219.91 | 104.35 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 255 | 178 | 0.35 | 0 | 0.30 | 0 | 127.5 | 1 | 0.83 |
| Hex | A7 | FF | B2 | 23 | 0 | 1E | 0 | 80 | 64 | 53 |
| Octal | 247 | 377 | 262 | 43 | 0 | 36 | 0 | 200 | 144 | 123 |
| Binary | 10100111 | 11111111 | 10110010 | 100011 | 0 | 11110 | 0 | 10000000 | 1100100 | 1010011 |
Color Harmonies of #A7FFB2
Complementary color
Monochromatic Colors of #A7FFB2
Black with #A7FFB2
Text Example
Text Example
White with #A7FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FFB2; }
p { color: rgb(167,255,178); }
H1.HeaderClassName
{
color: #A7FFB2;
}
.AnyTagClassName
{
color: #A7FFB2;
}
</style>
background-color css
<style>
a { background-color: #A7FFB2; }
a { background-color: rgb(167,255,178); }
div.DivClassName
{
background-color: #A7FFB2;
}
.BgClassName
{
background-color: #A7FFB2;
}
</style>
border-color css
<style>
span { border-color: #A7FFB2; }
span { border-color: rgb(167,255,178); }
td.TdClassName
{
border-color: #A7FFB2;
}
.TagClassName
{
border-color: #A7FFB2;
}
</style>