Shades of Celadon #A4FBB6
Tints of Celadon #A4FBB6
RGB
CMYK
RGB Variations
Color information
#A4FBB6 (or 0xA4FBB6) is known color: Celadon. HEX triplet: A4, FB and B6. RGB value is (164,251,182). Sum of RGB (Red+Green+Blue) = 164+251+182=597 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.47% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 182 (71.48% from 255 or 30.49% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #A4FBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FBB6 is #5B0449. Grayscale: #D9D9D9. Windows color (decimal): -5964874 or 11991972. OLE color: 11991972.
HSL color Cylindrical-coordinate representation of color #A4FBB6: hue angle of 132.41º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FBB6 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 251 | 182 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.02 |
| HSL | 132.41º | 0.92% | 0.81% | - |
| HSV(B) | 132.41º | 0.35% | 0.98% | - |
| XYZ | 58.25 | 80.26 | 56.68 | - |
| YUV | 217.12 | 108.18 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 251 | 182 | 0.35 | 0 | 0.27 | 0.02 | 132.41 | 0.92 | 0.81 |
| Hex | A4 | FB | B6 | 23 | 0 | 1B | 2 | 84 | 5C | 51 |
| Octal | 244 | 373 | 266 | 43 | 0 | 33 | 2 | 204 | 134 | 121 |
| Binary | 10100100 | 11111011 | 10110110 | 100011 | 0 | 11011 | 10 | 10000100 | 1011100 | 1010001 |
Color Harmonies of #A4FBB6
Complementary color
Monochromatic Colors of #A4FBB6
Black with #A4FBB6
Text Example
Text Example
White with #A4FBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FBB6; }
p { color: rgb(164,251,182); }
H1.HeaderClassName
{
color: #A4FBB6;
}
.AnyTagClassName
{
color: #A4FBB6;
}
</style>
background-color css
<style>
a { background-color: #A4FBB6; }
a { background-color: rgb(164,251,182); }
div.DivClassName
{
background-color: #A4FBB6;
}
.BgClassName
{
background-color: #A4FBB6;
}
</style>
border-color css
<style>
span { border-color: #A4FBB6; }
span { border-color: rgb(164,251,182); }
td.TdClassName
{
border-color: #A4FBB6;
}
.TagClassName
{
border-color: #A4FBB6;
}
</style>