Shades of Celadon #A0EEA6
Tints of Celadon #A0EEA6
RGB
CMYK
RGB Variations
Color information
#A0EEA6 (or 0xA0EEA6) is known color: Celadon. HEX triplet: A0, EE and A6. RGB value is (160,238,166). Sum of RGB (Red+Green+Blue) = 160+238+166=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 166 (65.23% from 255 or 29.43% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EEA6 is #5F1159. Grayscale: #CECECE. Windows color (decimal): -6230362 or 10940064. OLE color: 10940064.
HSL color Cylindrical-coordinate representation of color #A0EEA6: hue angle of 124.62º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EEA6 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 166 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.07 |
| HSL | 124.62º | 0.7% | 0.78% | - |
| HSV(B) | 124.62º | 0.33% | 0.93% | - |
| XYZ | 51.95 | 71.38 | 47.12 | - |
| YUV | 206.47 | 105.16 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 166 | 0.33 | 0 | 0.30 | 0.07 | 124.62 | 0.7 | 0.78 |
| Hex | A0 | EE | A6 | 21 | 0 | 1E | 7 | 7D | 46 | 4E |
| Octal | 240 | 356 | 246 | 41 | 0 | 36 | 7 | 175 | 106 | 116 |
| Binary | 10100000 | 11101110 | 10100110 | 100001 | 0 | 11110 | 111 | 1111101 | 1000110 | 1001110 |
Color Harmonies of #A0EEA6
Complementary color
Monochromatic Colors of #A0EEA6
Black with #A0EEA6
Text Example
Text Example
White with #A0EEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEA6; }
p { color: rgb(160,238,166); }
H1.HeaderClassName
{
color: #A0EEA6;
}
.AnyTagClassName
{
color: #A0EEA6;
}
</style>
background-color css
<style>
a { background-color: #A0EEA6; }
a { background-color: rgb(160,238,166); }
div.DivClassName
{
background-color: #A0EEA6;
}
.BgClassName
{
background-color: #A0EEA6;
}
</style>
border-color css
<style>
span { border-color: #A0EEA6; }
span { border-color: rgb(160,238,166); }
td.TdClassName
{
border-color: #A0EEA6;
}
.TagClassName
{
border-color: #A0EEA6;
}
</style>