#A2E1DF

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

Shades of Charlotte #A2E1DF

Tints of Charlotte #A2E1DF

Color information

#A2E1DF (or 0xA2E1DF) is unknown color: approx Charlotte. HEX triplet: A2, E1 and DF. RGB value is (162,225,223). Sum of RGB (Red+Green+Blue) = 162+225+223=610 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.56% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E1DF is #5D1E20. Grayscale: #CDCDCD. Windows color (decimal): -6102561 or 14672290. OLE color: 14672290.

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

Color convert

RGB162225223-
CMYK0.2800.010.12
HSL178.1º51.22%75.88%-
HSV(B)178.1º28%88.24%-
XYZ55.1466.8679.81-
YUV205.93137.6396.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.56%
GREEN value IS 225 (88.28% from 255) = 36.89%
BLUE value IS 223 (87.5% from 255) = 36.56%
R=26.56%
G=36.89%
B=36.56%

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
Decimal1622252230.2800.010.12178.151.2275.88
HexA2E1DF1C01Cb2334c
Octal24234133734011426263114
Binary10100010111000011101111111100011100101100101100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E1DF; }

 p { color: rgb(162,225,223); }

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

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

 a { background-color: rgb(162,225,223); }

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

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

 span { border-color: rgb(162,225,223); }

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