Shades of Celadon #A7FBB1
Tints of Celadon #A7FBB1
RGB
CMYK
RGB Variations
Color information
#A7FBB1 (or 0xA7FBB1) is known color: Celadon. HEX triplet: A7, FB and B1. RGB value is (167,251,177). Sum of RGB (Red+Green+Blue) = 167+251+177=595 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.07% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 177 (69.53% from 255 or 29.75% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #A7FBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7FBB1 is #58044E. Grayscale: #D9D9D9. Windows color (decimal): -5768271 or 11664295. OLE color: 11664295.
HSL color Cylindrical-coordinate representation of color #A7FBB1: hue angle of 127.14º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7FBB1 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 251 | 177 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.02 |
| HSL | 127.14º | 0.91% | 0.82% | - |
| HSV(B) | 127.14º | 0.33% | 0.98% | - |
| XYZ | 58.37 | 80.38 | 54.03 | - |
| YUV | 217.45 | 105.17 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 251 | 177 | 0.33 | 0 | 0.29 | 0.02 | 127.14 | 0.91 | 0.82 |
| Hex | A7 | FB | B1 | 21 | 0 | 1D | 2 | 7F | 5B | 52 |
| Octal | 247 | 373 | 261 | 41 | 0 | 35 | 2 | 177 | 133 | 122 |
| Binary | 10100111 | 11111011 | 10110001 | 100001 | 0 | 11101 | 10 | 1111111 | 1011011 | 1010010 |
Color Harmonies of #A7FBB1
Complementary color
Monochromatic Colors of #A7FBB1
Black with #A7FBB1
Text Example
Text Example
White with #A7FBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FBB1; }
p { color: rgb(167,251,177); }
H1.HeaderClassName
{
color: #A7FBB1;
}
.AnyTagClassName
{
color: #A7FBB1;
}
</style>
background-color css
<style>
a { background-color: #A7FBB1; }
a { background-color: rgb(167,251,177); }
div.DivClassName
{
background-color: #A7FBB1;
}
.BgClassName
{
background-color: #A7FBB1;
}
</style>
border-color css
<style>
span { border-color: #A7FBB1; }
span { border-color: rgb(167,251,177); }
td.TdClassName
{
border-color: #A7FBB1;
}
.TagClassName
{
border-color: #A7FBB1;
}
</style>