#A7F1E1

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

Shades of Water Leaf #A7F1E1

Tints of Water Leaf #A7F1E1

Color information

#A7F1E1 (or 0xA7F1E1) is unknown color: approx Water Leaf. HEX triplet: A7, F1 and E1. RGB value is (167,241,225). Sum of RGB (Red+Green+Blue) = 167+241+225=633 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.38% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #A7F1E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F1E1 is #580E1E. Grayscale: #D9D9D9. Windows color (decimal): -5770783 or 14807463. OLE color: 14807463.

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

Color convert

RGB167241225-
CMYK0.3100.070.05
HSL167.03º72.55%80%-
HSV(B)167.03º30.71%94.51%-
XYZ60.9876.5682.8-
YUV217.05132.4892.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.38%
GREEN value IS 241 (94.53% from 255) = 38.07%
BLUE value IS 225 (88.28% from 255) = 35.55%
R=26.38%
G=38.07%
B=35.55%

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
Decimal1672412250.3100.070.05167.0372.5580
HexA7F1E11F075a74950
Octal24736134137075247111120
Binary1010011111110001111000011111101111011010011110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F1E1; }

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

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

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

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

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

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

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

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