#A1E0DE

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

Shades of Charlotte #A1E0DE

Tints of Charlotte #A1E0DE

Color information

#A1E0DE (or 0xA1E0DE) is unknown color: approx Charlotte. HEX triplet: A1, E0 and DE. RGB value is (161,224,222). Sum of RGB (Red+Green+Blue) = 161+224+222=607 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.52% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E0DE is #5E1F21. Grayscale: #CCCCCC. Windows color (decimal): -6168354 or 14606497. OLE color: 14606497.

HSL color Cylindrical-coordinate representation of color #A1E0DE: hue angle of 178.1º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1E0DE is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB161224222-
CMYK0.2800.010.12
HSL178.1º50.4%75.49%-
HSV(B)178.1º28.12%87.84%-
XYZ54.5466.1679-
YUV204.94137.6396.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.52%
GREEN value IS 224 (87.89% from 255) = 36.90%
BLUE value IS 222 (87.11% from 255) = 36.57%
R=26.52%
G=36.90%
B=36.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1612242220.2800.010.12178.150.475.49
HexA1E0DE1C01Cb2324b
Octal24134033634011426262113
Binary10100001111000001101111011100011100101100101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E0DE; }

 p { color: rgb(161,224,222); }

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

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

 a { background-color: rgb(161,224,222); }

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

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

 span { border-color: rgb(161,224,222); }

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