Shades of Celadon #A6E6B2
Tints of Celadon #A6E6B2
RGB
CMYK
RGB Variations
Color information
#A6E6B2 (or 0xA6E6B2) is known color: Celadon. HEX triplet: A6, E6 and B2. RGB value is (166,230,178). Sum of RGB (Red+Green+Blue) = 166+230+178=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 230 (90.23% from 255 or 40.07% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E6B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6E6B2 is #59194D. Grayscale: #CDCDCD. Windows color (decimal): -5839182 or 11724454. OLE color: 11724454.
HSL color Cylindrical-coordinate representation of color #A6E6B2: hue angle of 131.25º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E6B2 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 230 | 178 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.10 |
| HSL | 131.25º | 0.56% | 0.78% | - |
| HSV(B) | 131.25º | 0.28% | 0.9% | - |
| XYZ | 52.06 | 67.91 | 52.48 | - |
| YUV | 204.94 | 112.8 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 230 | 178 | 0.28 | 0 | 0.23 | 0.10 | 131.25 | 0.56 | 0.78 |
| Hex | A6 | E6 | B2 | 1C | 0 | 17 | A | 83 | 38 | 4E |
| Octal | 246 | 346 | 262 | 34 | 0 | 27 | 12 | 203 | 70 | 116 |
| Binary | 10100110 | 11100110 | 10110010 | 11100 | 0 | 10111 | 1010 | 10000011 | 111000 | 1001110 |
Color Harmonies of #A6E6B2
Complementary color
Monochromatic Colors of #A6E6B2
Black with #A6E6B2
Text Example
Text Example
White with #A6E6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E6B2; }
p { color: rgb(166,230,178); }
H1.HeaderClassName
{
color: #A6E6B2;
}
.AnyTagClassName
{
color: #A6E6B2;
}
</style>
background-color css
<style>
a { background-color: #A6E6B2; }
a { background-color: rgb(166,230,178); }
div.DivClassName
{
background-color: #A6E6B2;
}
.BgClassName
{
background-color: #A6E6B2;
}
</style>
border-color css
<style>
span { border-color: #A6E6B2; }
span { border-color: rgb(166,230,178); }
td.TdClassName
{
border-color: #A6E6B2;
}
.TagClassName
{
border-color: #A6E6B2;
}
</style>