Shades of Celadon #A0EEB5
Tints of Celadon #A0EEB5
RGB
CMYK
RGB Variations
Color information
#A0EEB5 (or 0xA0EEB5) is known color: Celadon. HEX triplet: A0, EE and B5. RGB value is (160,238,181). Sum of RGB (Red+Green+Blue) = 160+238+181=579 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.63% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EEB5 is #5F114A. Grayscale: #D0D0D0. Windows color (decimal): -6230347 or 11923104. OLE color: 11923104.
HSL color Cylindrical-coordinate representation of color #A0EEB5: hue angle of 136.15º 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 #A0EEB5 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 181 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.07 |
| HSL | 136.15º | 0.7% | 0.78% | - |
| HSV(B) | 136.15º | 0.33% | 0.93% | - |
| XYZ | 53.41 | 71.96 | 54.79 | - |
| YUV | 208.18 | 112.66 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 181 | 0.33 | 0 | 0.24 | 0.07 | 136.15 | 0.7 | 0.78 |
| Hex | A0 | EE | B5 | 21 | 0 | 18 | 7 | 88 | 46 | 4E |
| Octal | 240 | 356 | 265 | 41 | 0 | 30 | 7 | 210 | 106 | 116 |
| Binary | 10100000 | 11101110 | 10110101 | 100001 | 0 | 11000 | 111 | 10001000 | 1000110 | 1001110 |
Color Harmonies of #A0EEB5
Complementary color
Monochromatic Colors of #A0EEB5
Black with #A0EEB5
Text Example
Text Example
White with #A0EEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEB5; }
p { color: rgb(160,238,181); }
H1.HeaderClassName
{
color: #A0EEB5;
}
.AnyTagClassName
{
color: #A0EEB5;
}
</style>
background-color css
<style>
a { background-color: #A0EEB5; }
a { background-color: rgb(160,238,181); }
div.DivClassName
{
background-color: #A0EEB5;
}
.BgClassName
{
background-color: #A0EEB5;
}
</style>
border-color css
<style>
span { border-color: #A0EEB5; }
span { border-color: rgb(160,238,181); }
td.TdClassName
{
border-color: #A0EEB5;
}
.TagClassName
{
border-color: #A0EEB5;
}
</style>