Shades of Charlotte #A6DFDF
Tints of Charlotte #A6DFDF
RGB
CMYK
RGB Variations
Color information
#A6DFDF (or 0xA6DFDF) is known color: Charlotte. HEX triplet: A6, DF and DF. RGB value is (166,223,223). Sum of RGB (Red+Green+Blue) = 166+223+223=612 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.12% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #A6DFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFDF is #592020. Grayscale: #CDCDCD. Windows color (decimal): -5840929 or 14671782. OLE color: 14671782.
HSL color Cylindrical-coordinate representation of color #A6DFDF: hue angle of 180º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DFDF is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 223 | - |
| CMYK | 0.26 | 0 | 0 | 0.13 |
| HSL | 180º | 0.47% | 0.76% | - |
| HSV(B) | 180º | 0.26% | 0.87% | - |
| XYZ | 55.43 | 66.21 | 79.67 | - |
| YUV | 205.96 | 137.62 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 223 | 0.26 | 0 | 0 | 0.13 | 180 | 0.47 | 0.76 |
| Hex | A6 | DF | DF | 1A | 0 | 0 | D | B4 | 2F | 4C |
| Octal | 246 | 337 | 337 | 32 | 0 | 0 | 15 | 264 | 57 | 114 |
| Binary | 10100110 | 11011111 | 11011111 | 11010 | 0 | 0 | 1101 | 10110100 | 101111 | 1001100 |
Color Harmonies of #A6DFDF
Complementary color
Monochromatic Colors of #A6DFDF
Black with #A6DFDF
Text Example
Text Example
White with #A6DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DFDF; }
p { color: rgb(166,223,223); }
H1.HeaderClassName
{
color: #A6DFDF;
}
.AnyTagClassName
{
color: #A6DFDF;
}
</style>
background-color css
<style>
a { background-color: #A6DFDF; }
a { background-color: rgb(166,223,223); }
div.DivClassName
{
background-color: #A6DFDF;
}
.BgClassName
{
background-color: #A6DFDF;
}
</style>
border-color css
<style>
span { border-color: #A6DFDF; }
span { border-color: rgb(166,223,223); }
td.TdClassName
{
border-color: #A6DFDF;
}
.TagClassName
{
border-color: #A6DFDF;
}
</style>