Shades of Charlotte #A0E1DF
Tints of Charlotte #A0E1DF
RGB
CMYK
RGB Variations
Color information
#A0E1DF (or 0xA0E1DF) is known color: Charlotte. HEX triplet: A0, E1 and DF. RGB value is (160,225,223). Sum of RGB (Red+Green+Blue) = 160+225+223=608 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.32% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E1DF is #5F1E20. Grayscale: #CDCDCD. Windows color (decimal): -6233633 or 14672288. OLE color: 14672288.
HSL color Cylindrical-coordinate representation of color #A0E1DF: hue angle of 178.15º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0E1DF is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 225 | 223 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.12 |
| HSL | 178.15º | 0.52% | 0.75% | - |
| HSV(B) | 178.15º | 0.29% | 0.88% | - |
| XYZ | 54.74 | 66.65 | 79.79 | - |
| YUV | 205.34 | 137.97 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 225 | 223 | 0.29 | 0 | 0.01 | 0.12 | 178.15 | 0.52 | 0.75 |
| Hex | A0 | E1 | DF | 1D | 0 | 1 | C | B2 | 34 | 4B |
| Octal | 240 | 341 | 337 | 35 | 0 | 1 | 14 | 262 | 64 | 113 |
| Binary | 10100000 | 11100001 | 11011111 | 11101 | 0 | 1 | 1100 | 10110010 | 110100 | 1001011 |
Color Harmonies of #A0E1DF
Complementary color
Monochromatic Colors of #A0E1DF
Black with #A0E1DF
Text Example
Text Example
White with #A0E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E1DF; }
p { color: rgb(160,225,223); }
H1.HeaderClassName
{
color: #A0E1DF;
}
.AnyTagClassName
{
color: #A0E1DF;
}
</style>
background-color css
<style>
a { background-color: #A0E1DF; }
a { background-color: rgb(160,225,223); }
div.DivClassName
{
background-color: #A0E1DF;
}
.BgClassName
{
background-color: #A0E1DF;
}
</style>
border-color css
<style>
span { border-color: #A0E1DF; }
span { border-color: rgb(160,225,223); }
td.TdClassName
{
border-color: #A0E1DF;
}
.TagClassName
{
border-color: #A0E1DF;
}
</style>