#A1DFDF

Color #A1DFDF Charlotte (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charlotte #A1DFDF

Tints of Charlotte #A1DFDF

Color information

#A1DFDF (or 0xA1DFDF) is unknown color: approx 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

RGB161223223-
CMYK0.28000.13
HSL180º49.21%75.29%-
HSV(B)180º27.8%87.45%-
XYZ54.465.6879.62-
YUV204.46138.4697-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 26.52%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 223 (87.5% from 255) = 36.74%
R=26.52%
G=36.74%
B=36.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612232230.28000.1318049.2175.29
HexA1DFDF1C00Db4314b
Octal24133733734001526461113
Binary10100001110111111101111111100001101101101001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>