#A4DDDD

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

Shades of Charlotte #A4DDDD

Tints of Charlotte #A4DDDD

Color information

#A4DDDD (or 0xA4DDDD) is unknown color: approx Charlotte. HEX triplet: A4, DD and DD. RGB value is (164,221,221). Sum of RGB (Red+Green+Blue) = 164+221+221=606 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.06% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #A4DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDDD is #5B2222. Grayscale: #CBCBCB. Windows color (decimal): -5972515 or 14540196. OLE color: 14540196.

HSL color Cylindrical-coordinate representation of color #A4DDDD: 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.26%. Process color model (Four color, CMYK) of #A4DDDD is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164221221-
CMYK0.26000.13
HSL180º45.6%75.49%-
HSV(B)180º25.79%86.67%-
XYZ54.2264.8378.06-
YUV203.96137.6299.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.06%
GREEN value IS 221 (86.72% from 255) = 36.47%
BLUE value IS 221 (86.72% from 255) = 36.47%
R=27.06%
G=36.47%
B=36.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642212210.26000.1318045.675.49
HexA4DDDD1A00Db42e4b
Octal24433533532001526456113
Binary10100100110111011101110111010001101101101001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DDDD; }

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

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

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

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

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

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

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

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