Shades of Celadon #A6EEB5
Tints of Celadon #A6EEB5
RGB
CMYK
RGB Variations
Color information
#A6EEB5 (or 0xA6EEB5) is known color: Celadon. HEX triplet: A6, EE and B5. RGB value is (166,238,181). Sum of RGB (Red+Green+Blue) = 166+238+181=585 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.38% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EEB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EEB5 is #59114A. Grayscale: #D2D2D2. Windows color (decimal): -5837131 or 11923110. OLE color: 11923110.
HSL color Cylindrical-coordinate representation of color #A6EEB5: hue angle of 132.5º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EEB5 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 181 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.07 |
| HSL | 132.5º | 0.68% | 0.79% | - |
| HSV(B) | 132.5º | 0.3% | 0.93% | - |
| XYZ | 54.64 | 72.59 | 54.85 | - |
| YUV | 209.97 | 111.65 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 181 | 0.30 | 0 | 0.24 | 0.07 | 132.5 | 0.68 | 0.79 |
| Hex | A6 | EE | B5 | 1E | 0 | 18 | 7 | 84 | 44 | 4F |
| Octal | 246 | 356 | 265 | 36 | 0 | 30 | 7 | 204 | 104 | 117 |
| Binary | 10100110 | 11101110 | 10110101 | 11110 | 0 | 11000 | 111 | 10000100 | 1000100 | 1001111 |
Color Harmonies of #A6EEB5
Complementary color
Monochromatic Colors of #A6EEB5
Black with #A6EEB5
Text Example
Text Example
White with #A6EEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EEB5; }
p { color: rgb(166,238,181); }
H1.HeaderClassName
{
color: #A6EEB5;
}
.AnyTagClassName
{
color: #A6EEB5;
}
</style>
background-color css
<style>
a { background-color: #A6EEB5; }
a { background-color: rgb(166,238,181); }
div.DivClassName
{
background-color: #A6EEB5;
}
.BgClassName
{
background-color: #A6EEB5;
}
</style>
border-color css
<style>
span { border-color: #A6EEB5; }
span { border-color: rgb(166,238,181); }
td.TdClassName
{
border-color: #A6EEB5;
}
.TagClassName
{
border-color: #A6EEB5;
}
</style>