#A5DDDD

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

Shades of Charlotte #A5DDDD

Tints of Charlotte #A5DDDD

Color information

#A5DDDD (or 0xA5DDDD) is unknown color: approx Charlotte. HEX triplet: A5, DD and DD. RGB value is (165,221,221). Sum of RGB (Red+Green+Blue) = 165+221+221=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #A5DDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDDD is #5A2222. Grayscale: #CCCCCC. Windows color (decimal): -5906979 or 14540197. OLE color: 14540197.

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

Color convert

RGB165221221-
CMYK0.25000.13
HSL180º45.16%75.69%-
HSV(B)180º25.34%86.67%-
XYZ54.4264.9378.07-
YUV204.26137.45100-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.18%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=27.18%
G=36.41%
B=36.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652212210.25000.1318045.1675.69
HexA5DDDD1900Db42d4c
Octal24533533531001526455114
Binary10100101110111011101110111001001101101101001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DDDD; }

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

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

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

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

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

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

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

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