Shades of Celadon #A0EAB3
Tints of Celadon #A0EAB3
RGB
CMYK
RGB Variations
Color information
#A0EAB3 (or 0xA0EAB3) is known color: Celadon. HEX triplet: A0, EA and B3. RGB value is (160,234,179). Sum of RGB (Red+Green+Blue) = 160+234+179=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EAB3 is #5F154C. Grayscale: #CDCDCD. Windows color (decimal): -6231373 or 11791008. OLE color: 11791008.
HSL color Cylindrical-coordinate representation of color #A0EAB3: hue angle of 135.41º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EAB3 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 179 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.08 |
| HSL | 135.41º | 0.64% | 0.77% | - |
| HSV(B) | 135.41º | 0.32% | 0.92% | - |
| XYZ | 52.06 | 69.57 | 53.33 | - |
| YUV | 205.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 179 | 0.32 | 0 | 0.24 | 0.08 | 135.41 | 0.64 | 0.77 |
| Hex | A0 | EA | B3 | 20 | 0 | 18 | 8 | 87 | 40 | 4D |
| Octal | 240 | 352 | 263 | 40 | 0 | 30 | 10 | 207 | 100 | 115 |
| Binary | 10100000 | 11101010 | 10110011 | 100000 | 0 | 11000 | 1000 | 10000111 | 1000000 | 1001101 |
Color Harmonies of #A0EAB3
Complementary color
Monochromatic Colors of #A0EAB3
Black with #A0EAB3
Text Example
Text Example
White with #A0EAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EAB3; }
p { color: rgb(160,234,179); }
H1.HeaderClassName
{
color: #A0EAB3;
}
.AnyTagClassName
{
color: #A0EAB3;
}
</style>
background-color css
<style>
a { background-color: #A0EAB3; }
a { background-color: rgb(160,234,179); }
div.DivClassName
{
background-color: #A0EAB3;
}
.BgClassName
{
background-color: #A0EAB3;
}
</style>
border-color css
<style>
span { border-color: #A0EAB3; }
span { border-color: rgb(160,234,179); }
td.TdClassName
{
border-color: #A0EAB3;
}
.TagClassName
{
border-color: #A0EAB3;
}
</style>