Shades of Charlotte #A0D7DF
Tints of Charlotte #A0D7DF
RGB
CMYK
RGB Variations
Color information
#A0D7DF (or 0xA0D7DF) is known color: Charlotte. HEX triplet: A0, D7 and DF. RGB value is (160,215,223). Sum of RGB (Red+Green+Blue) = 160+215+223=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0D7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D7DF is #5F2820. Grayscale: #C7C7C7. Windows color (decimal): -6236193 or 14669728. OLE color: 14669728.
HSL color Cylindrical-coordinate representation of color #A0D7DF: hue angle of 187.62º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0D7DF is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 215 | 223 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.13 |
| HSL | 187.62º | 0.5% | 0.75% | - |
| HSV(B) | 187.62º | 0.28% | 0.87% | - |
| XYZ | 52.12 | 61.4 | 78.92 | - |
| YUV | 199.47 | 141.28 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 223 | 0.28 | 0.04 | 0 | 0.13 | 187.62 | 0.5 | 0.75 |
| Hex | A0 | D7 | DF | 1C | 4 | 0 | D | BC | 32 | 4B |
| Octal | 240 | 327 | 337 | 34 | 4 | 0 | 15 | 274 | 62 | 113 |
| Binary | 10100000 | 11010111 | 11011111 | 11100 | 100 | 0 | 1101 | 10111100 | 110010 | 1001011 |
Color Harmonies of #A0D7DF
Complementary color
Monochromatic Colors of #A0D7DF
Black with #A0D7DF
Text Example
Text Example
White with #A0D7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D7DF; }
p { color: rgb(160,215,223); }
H1.HeaderClassName
{
color: #A0D7DF;
}
.AnyTagClassName
{
color: #A0D7DF;
}
</style>
background-color css
<style>
a { background-color: #A0D7DF; }
a { background-color: rgb(160,215,223); }
div.DivClassName
{
background-color: #A0D7DF;
}
.BgClassName
{
background-color: #A0D7DF;
}
</style>
border-color css
<style>
span { border-color: #A0D7DF; }
span { border-color: rgb(160,215,223); }
td.TdClassName
{
border-color: #A0D7DF;
}
.TagClassName
{
border-color: #A0D7DF;
}
</style>