#AFF1E2

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

Shades of Water Leaf #AFF1E2

Tints of Water Leaf #AFF1E2

Color information

#AFF1E2 (or 0xAFF1E2) is unknown color: approx Water Leaf. HEX triplet: AF, F1 and E2. RGB value is (175,241,226). Sum of RGB (Red+Green+Blue) = 175+241+226=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1E2 is #500E1D. Grayscale: #DBDBDB. Windows color (decimal): -5246494 or 14873007. OLE color: 14873007.

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

Color convert

RGB175241226-
CMYK0.2700.060.05
HSL166.36º70.21%81.57%-
HSV(B)166.36º27.39%94.51%-
XYZ62.8677.5283.6-
YUV219.56131.6396.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.26%
GREEN value IS 241 (94.53% from 255) = 37.54%
BLUE value IS 226 (88.67% from 255) = 35.20%
R=27.26%
G=37.54%
B=35.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752412260.2700.060.05166.3670.2181.57
HexAFF1E21B065a64652
Octal25736134233065246106122
Binary1010111111110001111000101101101101011010011010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF1E2; }

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

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

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

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

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

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

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

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