Shades of Celadon #A6F7B5
Tints of Celadon #A6F7B5
RGB
CMYK
RGB Variations
Color information
#A6F7B5 (or 0xA6F7B5) is known color: Celadon. HEX triplet: A6, F7 and B5. RGB value is (166,247,181). Sum of RGB (Red+Green+Blue) = 166+247+181=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 247 (96.88% from 255 or 41.58% from 594); Blue value is 181 (71.09% from 255 or 30.47% from 594); Max value from RGB is 247 - color contains mainly: green. Hex color #A6F7B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F7B5 is #59084A. Grayscale: #D7D7D7. Windows color (decimal): -5834827 or 11925414. OLE color: 11925414.
HSL color Cylindrical-coordinate representation of color #A6F7B5: hue angle of 131.11º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F7B5 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 247 | 181 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.03 |
| HSL | 131.11º | 0.84% | 0.81% | - |
| HSV(B) | 131.11º | 0.33% | 0.97% | - |
| XYZ | 57.33 | 77.96 | 55.74 | - |
| YUV | 215.26 | 108.66 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 247 | 181 | 0.33 | 0 | 0.27 | 0.03 | 131.11 | 0.84 | 0.81 |
| Hex | A6 | F7 | B5 | 21 | 0 | 1B | 3 | 83 | 54 | 51 |
| Octal | 246 | 367 | 265 | 41 | 0 | 33 | 3 | 203 | 124 | 121 |
| Binary | 10100110 | 11110111 | 10110101 | 100001 | 0 | 11011 | 11 | 10000011 | 1010100 | 1010001 |
Color Harmonies of #A6F7B5
Complementary color
Monochromatic Colors of #A6F7B5
Black with #A6F7B5
Text Example
Text Example
White with #A6F7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F7B5; }
p { color: rgb(166,247,181); }
H1.HeaderClassName
{
color: #A6F7B5;
}
.AnyTagClassName
{
color: #A6F7B5;
}
</style>
background-color css
<style>
a { background-color: #A6F7B5; }
a { background-color: rgb(166,247,181); }
div.DivClassName
{
background-color: #A6F7B5;
}
.BgClassName
{
background-color: #A6F7B5;
}
</style>
border-color css
<style>
span { border-color: #A6F7B5; }
span { border-color: rgb(166,247,181); }
td.TdClassName
{
border-color: #A6F7B5;
}
.TagClassName
{
border-color: #A6F7B5;
}
</style>