Shades of Charlotte #A0DFDF
Tints of Charlotte #A0DFDF
RGB
CMYK
RGB Variations
Color information
#A0DFDF (or 0xA0DFDF) is known color: Charlotte. HEX triplet: A0, DF and DF. RGB value is (160,223,223). Sum of RGB (Red+Green+Blue) = 160+223+223=606 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.40% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #A0DFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DFDF is #5F2020. Grayscale: #CCCCCC. Windows color (decimal): -6234145 or 14671776. OLE color: 14671776.
HSL color Cylindrical-coordinate representation of color #A0DFDF: hue angle of 180º 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 #A0DFDF is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 223 | - |
| CMYK | 0.28 | 0 | 0 | 0.13 |
| HSL | 180º | 0.5% | 0.75% | - |
| HSV(B) | 180º | 0.28% | 0.87% | - |
| XYZ | 54.2 | 65.58 | 79.61 | - |
| YUV | 204.16 | 138.63 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 223 | 0.28 | 0 | 0 | 0.13 | 180 | 0.5 | 0.75 |
| Hex | A0 | DF | DF | 1C | 0 | 0 | D | B4 | 32 | 4B |
| Octal | 240 | 337 | 337 | 34 | 0 | 0 | 15 | 264 | 62 | 113 |
| Binary | 10100000 | 11011111 | 11011111 | 11100 | 0 | 0 | 1101 | 10110100 | 110010 | 1001011 |
Color Harmonies of #A0DFDF
Complementary color
Monochromatic Colors of #A0DFDF
Black with #A0DFDF
Text Example
Text Example
White with #A0DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DFDF; }
p { color: rgb(160,223,223); }
H1.HeaderClassName
{
color: #A0DFDF;
}
.AnyTagClassName
{
color: #A0DFDF;
}
</style>
background-color css
<style>
a { background-color: #A0DFDF; }
a { background-color: rgb(160,223,223); }
div.DivClassName
{
background-color: #A0DFDF;
}
.BgClassName
{
background-color: #A0DFDF;
}
</style>
border-color css
<style>
span { border-color: #A0DFDF; }
span { border-color: rgb(160,223,223); }
td.TdClassName
{
border-color: #A0DFDF;
}
.TagClassName
{
border-color: #A0DFDF;
}
</style>