#A3DDDD

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

Shades of Charlotte #A3DDDD

Tints of Charlotte #A3DDDD

Color information

#A3DDDD (or 0xA3DDDD) is unknown color: approx Charlotte. HEX triplet: A3, DD and DD. RGB value is (163,221,221). Sum of RGB (Red+Green+Blue) = 163+221+221=605 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.94% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #A3DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDDD is #5C2222. Grayscale: #CBCBCB. Windows color (decimal): -6038051 or 14540195. OLE color: 14540195.

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

Color convert

RGB163221221-
CMYK0.26000.13
HSL180º46.03%75.29%-
HSV(B)180º26.24%86.67%-
XYZ54.0164.7278.05-
YUV203.66137.7899-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.94%
GREEN value IS 221 (86.72% from 255) = 36.53%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=26.94%
G=36.53%
B=36.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632212210.26000.1318046.0375.29
HexA3DDDD1A00Db42e4b
Octal24333533532001526456113
Binary10100011110111011101110111010001101101101001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DDDD; }

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

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

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

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

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

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

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

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