#A7F1E0

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

Shades of Water Leaf #A7F1E0

Tints of Water Leaf #A7F1E0

Color information

#A7F1E0 (or 0xA7F1E0) is unknown color: approx Water Leaf. HEX triplet: A7, F1 and E0. RGB value is (167,241,224). Sum of RGB (Red+Green+Blue) = 167+241+224=632 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.42% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #A7F1E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F1E0 is #580E1F. Grayscale: #D8D8D8. Windows color (decimal): -5770784 or 14741927. OLE color: 14741927.

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

Color convert

RGB167241224-
CMYK0.3100.070.05
HSL166.22º72.55%80%-
HSV(B)166.22º30.71%94.51%-
XYZ60.8576.5182.08-
YUV216.94131.9892.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.42%
GREEN value IS 241 (94.53% from 255) = 38.13%
BLUE value IS 224 (87.89% from 255) = 35.44%
R=26.42%
G=38.13%
B=35.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1672412240.3100.070.05166.2272.5580
HexA7F1E01F075a64950
Octal24736134037075246111120
Binary1010011111110001111000001111101111011010011010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F1E0; }

 p { color: rgb(167,241,224); }

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

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

 a { background-color: rgb(167,241,224); }

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

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

 span { border-color: rgb(167,241,224); }

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