#A7F1E2

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

Shades of Water Leaf #A7F1E2

Tints of Water Leaf #A7F1E2

Color information

#A7F1E2 (or 0xA7F1E2) is unknown color: approx Water Leaf. HEX triplet: A7, F1 and E2. RGB value is (167,241,226). Sum of RGB (Red+Green+Blue) = 167+241+226=634 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.34% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #A7F1E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F1E2 is #580E1D. Grayscale: #D9D9D9. Windows color (decimal): -5770782 or 14872999. OLE color: 14872999.

HSL color Cylindrical-coordinate representation of color #A7F1E2: hue angle of 167.84º 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 #A7F1E2 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB167241226-
CMYK0.3100.060.05
HSL167.84º72.55%80%-
HSV(B)167.84º30.71%94.51%-
XYZ61.1276.6283.52-
YUV217.16132.9892.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.34%
GREEN value IS 241 (94.53% from 255) = 38.01%
BLUE value IS 226 (88.67% from 255) = 35.65%
R=26.34%
G=38.01%
B=35.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1672412260.3100.060.05167.8472.5580
HexA7F1E21F065a84950
Octal24736134237065250111120
Binary1010011111110001111000101111101101011010100010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F1E2; }

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

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

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

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

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

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

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

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