Shades of Celadon #A0ECAF
Tints of Celadon #A0ECAF
RGB
CMYK
RGB Variations
Color information
#A0ECAF (or 0xA0ECAF) is known color: Celadon. HEX triplet: A0, EC and AF. RGB value is (160,236,175). Sum of RGB (Red+Green+Blue) = 160+236+175=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0ECAF is #5F1350. Grayscale: #CECECE. Windows color (decimal): -6230865 or 11529376. OLE color: 11529376.
HSL color Cylindrical-coordinate representation of color #A0ECAF: hue angle of 131.84º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0ECAF is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
RGB | 160 | 236 | 175 | - |
CMYK | 0.32 | 0 | 0.26 | 0.07 |
HSL | 131.84º | 0.67% | 0.78% | - |
HSV(B) | 131.84º | 0.32% | 0.93% | - |
XYZ | 52.23 | 70.56 | 51.42 | - |
YUV | 206.32 | 110.32 | 94.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 236 | 175 | 0.32 | 0 | 0.26 | 0.07 | 131.84 | 0.67 | 0.78 |
Hex | A0 | EC | AF | 20 | 0 | 1A | 7 | 84 | 43 | 4E |
Octal | 240 | 354 | 257 | 40 | 0 | 32 | 7 | 204 | 103 | 116 |
Binary | 10100000 | 11101100 | 10101111 | 100000 | 0 | 11010 | 111 | 10000100 | 1000011 | 1001110 |
Color Harmonies of #A0ECAF
Complementary color
Monochromatic Colors of #A0ECAF
Black with #A0ECAF
Text Example
Text Example
White with #A0ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ECAF; }
p { color: rgb(160,236,175); }
H1.HeaderClassName
{
color: #A0ECAF;
}
.AnyTagClassName
{
color: #A0ECAF;
}
</style>
background-color css
<style>
a { background-color: #A0ECAF; }
a { background-color: rgb(160,236,175); }
div.DivClassName
{
background-color: #A0ECAF;
}
.BgClassName
{
background-color: #A0ECAF;
}
</style>
border-color css
<style>
span { border-color: #A0ECAF; }
span { border-color: rgb(160,236,175); }
td.TdClassName
{
border-color: #A0ECAF;
}
.TagClassName
{
border-color: #A0ECAF;
}
</style>