Shades of Charlotte #A5DDDD
Tints of Charlotte #A5DDDD
RGB
CMYK
RGB Variations
Color information
#A5DDDD (or 0xA5DDDD) is known color: Charlotte. HEX triplet: A5, DD and DD. RGB value is (165,221,221). Sum of RGB (Red+Green+Blue) = 165+221+221=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #A5DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDDD is #5A2222. Grayscale: #CCCCCC. Windows color (decimal): -5906979 or 14540197. OLE color: 14540197.
HSL color Cylindrical-coordinate representation of color #A5DDDD: 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 #A5DDDD is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 221 | 221 | - |
| CMYK | 0.25 | 0 | 0 | 0.13 |
| HSL | 180º | 0.45% | 0.76% | - |
| HSV(B) | 180º | 0.25% | 0.87% | - |
| XYZ | 54.42 | 64.93 | 78.07 | - |
| YUV | 204.26 | 137.45 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 221 | 0.25 | 0 | 0 | 0.13 | 180 | 0.45 | 0.76 |
| Hex | A5 | DD | DD | 19 | 0 | 0 | D | B4 | 2D | 4C |
| Octal | 245 | 335 | 335 | 31 | 0 | 0 | 15 | 264 | 55 | 114 |
| Binary | 10100101 | 11011101 | 11011101 | 11001 | 0 | 0 | 1101 | 10110100 | 101101 | 1001100 |
Color Harmonies of #A5DDDD
Complementary color
Monochromatic Colors of #A5DDDD
Black with #A5DDDD
Text Example
Text Example
White with #A5DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DDDD; }
p { color: rgb(165,221,221); }
H1.HeaderClassName
{
color: #A5DDDD;
}
.AnyTagClassName
{
color: #A5DDDD;
}
</style>
background-color css
<style>
a { background-color: #A5DDDD; }
a { background-color: rgb(165,221,221); }
div.DivClassName
{
background-color: #A5DDDD;
}
.BgClassName
{
background-color: #A5DDDD;
}
</style>
border-color css
<style>
span { border-color: #A5DDDD; }
span { border-color: rgb(165,221,221); }
td.TdClassName
{
border-color: #A5DDDD;
}
.TagClassName
{
border-color: #A5DDDD;
}
</style>