#A6DEDD

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

Shades of Charlotte #A6DEDD

Tints of Charlotte #A6DEDD

Color information

#A6DEDD (or 0xA6DEDD) is unknown color: approx Charlotte. HEX triplet: A6, DE and DD. RGB value is (166,222,221). Sum of RGB (Red+Green+Blue) = 166+222+221=609 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.26% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DEDD is #592122. Grayscale: #CDCDCD. Windows color (decimal): -5841187 or 14540454. OLE color: 14540454.

HSL color Cylindrical-coordinate representation of color #A6DEDD: hue angle of 178.93º degrees, saturation: 0.46, 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 #A6DEDD is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB166222221-
CMYK0.2500.000.13
HSL178.93º45.9%76.08%-
HSV(B)178.93º25.23%87.06%-
XYZ54.965.5778.17-
YUV205.14136.95100.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.26%
GREEN value IS 222 (87.11% from 255) = 36.45%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=27.26%
G=36.45%
B=36.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662222210.2500.000.13178.9345.976.08
HexA6DEDD1900Db32e4c
Octal24633633531001526356114
Binary10100110110111101101110111001001101101100111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DEDD; }

 p { color: rgb(166,222,221); }

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

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

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

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

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

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

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