Shades of Charlotte #A1DFDF
Tints of Charlotte #A1DFDF
RGB
CMYK
RGB Variations
Color information
#A1DFDF (or 0xA1DFDF) is known color: Charlotte. HEX triplet: A1, DF and DF. RGB value is (161,223,223). Sum of RGB (Red+Green+Blue) = 161+223+223=607 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.52% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #A1DFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DFDF is #5E2020. Grayscale: #CCCCCC. Windows color (decimal): -6168609 or 14671777. OLE color: 14671777.
HSL color Cylindrical-coordinate representation of color #A1DFDF: hue angle of 180º degrees, saturation: 0.49, 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 #A1DFDF is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 161 | 223 | 223 | - |
CMYK | 0.28 | 0 | 0 | 0.13 |
HSL | 180º | 0.49% | 0.75% | - |
HSV(B) | 180º | 0.28% | 0.87% | - |
XYZ | 54.4 | 65.68 | 79.62 | - |
YUV | 204.46 | 138.46 | 97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 223 | 223 | 0.28 | 0 | 0 | 0.13 | 180 | 0.49 | 0.75 |
Hex | A1 | DF | DF | 1C | 0 | 0 | D | B4 | 31 | 4B |
Octal | 241 | 337 | 337 | 34 | 0 | 0 | 15 | 264 | 61 | 113 |
Binary | 10100001 | 11011111 | 11011111 | 11100 | 0 | 0 | 1101 | 10110100 | 110001 | 1001011 |
Color Harmonies of #A1DFDF
Complementary color
Monochromatic Colors of #A1DFDF
Black with #A1DFDF
Text Example
Text Example
White with #A1DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DFDF; }
p { color: rgb(161,223,223); }
H1.HeaderClassName
{
color: #A1DFDF;
}
.AnyTagClassName
{
color: #A1DFDF;
}
</style>
background-color css
<style>
a { background-color: #A1DFDF; }
a { background-color: rgb(161,223,223); }
div.DivClassName
{
background-color: #A1DFDF;
}
.BgClassName
{
background-color: #A1DFDF;
}
</style>
border-color css
<style>
span { border-color: #A1DFDF; }
span { border-color: rgb(161,223,223); }
td.TdClassName
{
border-color: #A1DFDF;
}
.TagClassName
{
border-color: #A1DFDF;
}
</style>