#A2FAE6

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

Shades of Water Leaf #A2FAE6

Tints of Water Leaf #A2FAE6

Color information

#A2FAE6 (or 0xA2FAE6) is unknown color: approx Water Leaf. HEX triplet: A2, FA and E6. RGB value is (162,250,230). Sum of RGB (Red+Green+Blue) = 162+250+230=642 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.23% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FAE6 is #5D0519. Grayscale: #DDDDDD. Windows color (decimal): -6096154 or 15137442. OLE color: 15137442.

HSL color Cylindrical-coordinate representation of color #A2FAE6: hue angle of 166.36º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2FAE6 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB162250230-
CMYK0.3500.080.02
HSL166.36º89.8%80.78%-
HSV(B)166.36º35.2%98.04%-
XYZ63.3781.7787.31-
YUV221.41132.8585.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.23%
GREEN value IS 250 (98.05% from 255) = 38.94%
BLUE value IS 230 (90.23% from 255) = 35.83%
R=25.23%
G=38.94%
B=35.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622502300.3500.080.02166.3689.880.78
HexA2FAE623082a65a51
Octal242372346430102246132121
Binary10100010111110101110011010001101000101010011010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FAE6; }

 p { color: rgb(162,250,230); }

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

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

 a { background-color: rgb(162,250,230); }

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

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

 span { border-color: rgb(162,250,230); }

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