#A2DDDD

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

Shades of Charlotte #A2DDDD

Tints of Charlotte #A2DDDD

Color information

#A2DDDD (or 0xA2DDDD) is unknown color: approx Charlotte. HEX triplet: A2, DD and DD. RGB value is (162,221,221). Sum of RGB (Red+Green+Blue) = 162+221+221=604 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.82% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #A2DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DDDD is #5D2222. Grayscale: #CBCBCB. Windows color (decimal): -6103587 or 14540194. OLE color: 14540194.

HSL color Cylindrical-coordinate representation of color #A2DDDD: hue angle of 180º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DDDD is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162221221-
CMYK0.27000.13
HSL180º46.46%75.1%-
HSV(B)180º26.7%86.67%-
XYZ53.8164.6178.04-
YUV203.36137.9598.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.82%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=26.82%
G=36.59%
B=36.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622212210.27000.1318046.4675.1
HexA2DDDD1B00Db42e4b
Octal24233533533001526456113
Binary10100010110111011101110111011001101101101001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DDDD; }

 p { color: rgb(162,221,221); }

 H1.HeaderClassName
 {
   color: #A2DDDD;
 }
 .AnyTagClassName
 {
   color: #A2DDDD;
 }
</style>
background-color css

<style>
 a { background-color: #A2DDDD; }

 a { background-color: rgb(162,221,221); }

 div.DivClassName
 {
   background-color: #A2DDDD;
 }
 .BgClassName
 {
   background-color: #A2DDDD;
 }
</style>
border-color css

<style>
 span { border-color: #A2DDDD; }

 span { border-color: rgb(162,221,221); }

 td.TdClassName
 {
   border-color: #A2DDDD;
 }
 .TagClassName
 {
   border-color: #A2DDDD;
 }
</style>