Shades of Charlotte #A6DDDD
Tints of Charlotte #A6DDDD
RGB
CMYK
RGB Variations
Color information
#A6DDDD (or 0xA6DDDD) is known color: Charlotte. HEX triplet: A6, DD and DD. RGB value is (166,221,221). Sum of RGB (Red+Green+Blue) = 166+221+221=608 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.30% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #A6DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDDD is #592222. Grayscale: #CCCCCC. Windows color (decimal): -5841443 or 14540198. OLE color: 14540198.
HSL color Cylindrical-coordinate representation of color #A6DDDD: hue angle of 180º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DDDD is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 221 | - |
| CMYK | 0.25 | 0 | 0 | 0.13 |
| HSL | 180º | 0.45% | 0.76% | - |
| HSV(B) | 180º | 0.25% | 0.87% | - |
| XYZ | 54.63 | 65.04 | 78.08 | - |
| YUV | 204.56 | 137.28 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 221 | 0.25 | 0 | 0 | 0.13 | 180 | 0.45 | 0.76 |
| Hex | A6 | DD | DD | 19 | 0 | 0 | D | B4 | 2D | 4C |
| Octal | 246 | 335 | 335 | 31 | 0 | 0 | 15 | 264 | 55 | 114 |
| Binary | 10100110 | 11011101 | 11011101 | 11001 | 0 | 0 | 1101 | 10110100 | 101101 | 1001100 |
Color Harmonies of #A6DDDD
Complementary color
Monochromatic Colors of #A6DDDD
Black with #A6DDDD
Text Example
Text Example
White with #A6DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DDDD; }
p { color: rgb(166,221,221); }
H1.HeaderClassName
{
color: #A6DDDD;
}
.AnyTagClassName
{
color: #A6DDDD;
}
</style>
background-color css
<style>
a { background-color: #A6DDDD; }
a { background-color: rgb(166,221,221); }
div.DivClassName
{
background-color: #A6DDDD;
}
.BgClassName
{
background-color: #A6DDDD;
}
</style>
border-color css
<style>
span { border-color: #A6DDDD; }
span { border-color: rgb(166,221,221); }
td.TdClassName
{
border-color: #A6DDDD;
}
.TagClassName
{
border-color: #A6DDDD;
}
</style>