#A3F3E0

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

Shades of Water Leaf #A3F3E0

Tints of Water Leaf #A3F3E0

Color information

#A3F3E0 (or 0xA3F3E0) is unknown color: approx Water Leaf. HEX triplet: A3, F3 and E0. RGB value is (163,243,224). Sum of RGB (Red+Green+Blue) = 163+243+224=630 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.87% from 630); Green value is 243 (95.31% from 255 or 38.57% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 243 - color contains mainly: green. Hex color #A3F3E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F3E0 is #5C0C1F. Grayscale: #D8D8D8. Windows color (decimal): -6032416 or 14742435. OLE color: 14742435.

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

Color convert

RGB163243224-
CMYK0.3300.080.05
HSL165.75º76.92%79.61%-
HSV(B)165.75º32.92%95.29%-
XYZ60.6177.2782.24-
YUV216.9113289.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.87%
GREEN value IS 243 (95.31% from 255) = 38.57%
BLUE value IS 224 (87.89% from 255) = 35.56%
R=25.87%
G=38.57%
B=35.56%

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
Decimal1632432240.3300.080.05165.7576.9279.61
HexA3F3E021085a64d50
Octal243363340410105246115120
Binary101000111111001111100000100001010001011010011010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F3E0; }

 p { color: rgb(163,243,224); }

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

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

 a { background-color: rgb(163,243,224); }

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

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

 span { border-color: rgb(163,243,224); }

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