#A2F3DF

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

Shades of Water Leaf #A2F3DF

Tints of Water Leaf #A2F3DF

Color information

#A2F3DF (or 0xA2F3DF) is unknown color: approx Water Leaf. HEX triplet: A2, F3 and DF. RGB value is (162,243,223). Sum of RGB (Red+Green+Blue) = 162+243+223=628 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.80% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F3DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F3DF is #5D0C20. Grayscale: #D8D8D8. Windows color (decimal): -6097953 or 14676898. OLE color: 14676898.

HSL color Cylindrical-coordinate representation of color #A2F3DF: hue angle of 165.19º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F3DF is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB162243223-
CMYK0.3300.080.05
HSL165.19º77.14%79.41%-
HSV(B)165.19º33.33%95.29%-
XYZ60.2777.1181.52-
YUV216.5131.6689.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.80%
GREEN value IS 243 (95.31% from 255) = 38.69%
BLUE value IS 223 (87.5% from 255) = 35.51%
R=25.80%
G=38.69%
B=35.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1622432230.3300.080.05165.1977.1479.41
HexA2F3DF21085a54d4f
Octal242363337410105245115117
Binary101000101111001111011111100001010001011010010110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F3DF; }

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

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

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

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

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

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

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

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