Shades of Celadon #A9FBB6
Tints of Celadon #A9FBB6
RGB
CMYK
RGB Variations
Color information
#A9FBB6 (or 0xA9FBB6) is known color: Celadon. HEX triplet: A9, FB and B6. RGB value is (169,251,182). Sum of RGB (Red+Green+Blue) = 169+251+182=602 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.07% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 182 (71.48% from 255 or 30.23% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #A9FBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FBB6 is #560449. Grayscale: #DADADA. Windows color (decimal): -5637194 or 11991977. OLE color: 11991977.
HSL color Cylindrical-coordinate representation of color #A9FBB6: hue angle of 129.51º 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 #A9FBB6 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 251 | 182 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.02 |
| HSL | 129.51º | 0.91% | 0.82% | - |
| HSV(B) | 129.51º | 0.33% | 0.98% | - |
| XYZ | 59.3 | 80.81 | 56.73 | - |
| YUV | 218.62 | 107.33 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 251 | 182 | 0.33 | 0 | 0.27 | 0.02 | 129.51 | 0.91 | 0.82 |
| Hex | A9 | FB | B6 | 21 | 0 | 1B | 2 | 82 | 5B | 52 |
| Octal | 251 | 373 | 266 | 41 | 0 | 33 | 2 | 202 | 133 | 122 |
| Binary | 10101001 | 11111011 | 10110110 | 100001 | 0 | 11011 | 10 | 10000010 | 1011011 | 1010010 |
Color Harmonies of #A9FBB6
Complementary color
Monochromatic Colors of #A9FBB6
Black with #A9FBB6
Text Example
Text Example
White with #A9FBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FBB6; }
p { color: rgb(169,251,182); }
H1.HeaderClassName
{
color: #A9FBB6;
}
.AnyTagClassName
{
color: #A9FBB6;
}
</style>
background-color css
<style>
a { background-color: #A9FBB6; }
a { background-color: rgb(169,251,182); }
div.DivClassName
{
background-color: #A9FBB6;
}
.BgClassName
{
background-color: #A9FBB6;
}
</style>
border-color css
<style>
span { border-color: #A9FBB6; }
span { border-color: rgb(169,251,182); }
td.TdClassName
{
border-color: #A9FBB6;
}
.TagClassName
{
border-color: #A9FBB6;
}
</style>