#AFF1E5

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

Shades of Water Leaf #AFF1E5

Tints of Water Leaf #AFF1E5

Color information

#AFF1E5 (or 0xAFF1E5) is unknown color: approx Water Leaf. HEX triplet: AF, F1 and E5. RGB value is (175,241,229). Sum of RGB (Red+Green+Blue) = 175+241+229=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1E5 is #500E1A. Grayscale: #DBDBDB. Windows color (decimal): -5246491 or 15069615. OLE color: 15069615.

HSL color Cylindrical-coordinate representation of color #AFF1E5: hue angle of 169.09º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1E5 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB175241229-
CMYK0.2700.050.05
HSL169.09º70.21%81.57%-
HSV(B)169.09º27.39%94.51%-
XYZ63.2877.6885.79-
YUV219.9133.1395.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.13%
GREEN value IS 241 (94.53% from 255) = 37.36%
BLUE value IS 229 (89.84% from 255) = 35.50%
R=27.13%
G=37.36%
B=35.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752412290.2700.050.05169.0970.2181.57
HexAFF1E51B055a94652
Octal25736134533055251106122
Binary1010111111110001111001011101101011011010100110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF1E5; }

 p { color: rgb(175,241,229); }

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

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

 a { background-color: rgb(175,241,229); }

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

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

 span { border-color: rgb(175,241,229); }

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