#A3F9E3

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

Shades of Water Leaf #A3F9E3

Tints of Water Leaf #A3F9E3

Color information

#A3F9E3 (or 0xA3F9E3) is unknown color: approx Water Leaf. HEX triplet: A3, F9 and E3. RGB value is (163,249,227). Sum of RGB (Red+Green+Blue) = 163+249+227=639 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.51% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 227 (89.06% from 255 or 35.52% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #A3F9E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F9E3 is #5C061C. Grayscale: #DCDCDC. Windows color (decimal): -6030877 or 14940579. OLE color: 14940579.

HSL color Cylindrical-coordinate representation of color #A3F9E3: hue angle of 164.65º degrees, saturation: 0.88, 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 #A3F9E3 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB163249227-
CMYK0.3500.090.02
HSL164.65º87.76%80.78%-
HSV(B)164.65º34.54%97.65%-
XYZ62.8581.0885.01-
YUV220.78131.5186.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.51%
GREEN value IS 249 (97.66% from 255) = 38.97%
BLUE value IS 227 (89.06% from 255) = 35.52%
R=25.51%
G=38.97%
B=35.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1632492270.3500.090.02164.6587.7680.78
HexA3F9E323092a55851
Octal243371343430112245130121
Binary10100011111110011110001110001101001101010010110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F9E3; }

 p { color: rgb(163,249,227); }

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

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

 a { background-color: rgb(163,249,227); }

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

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

 span { border-color: rgb(163,249,227); }

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