#AFF5E3

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

Shades of Water Leaf #AFF5E3

Tints of Water Leaf #AFF5E3

Color information

#AFF5E3 (or 0xAFF5E3) is unknown color: approx Water Leaf. HEX triplet: AF, F5 and E3. RGB value is (175,245,227). Sum of RGB (Red+Green+Blue) = 175+245+227=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 245 (96.09% from 255 or 37.87% from 647); Blue value is 227 (89.06% from 255 or 35.09% from 647); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5E3 is #500A1C. Grayscale: #DEDEDE. Windows color (decimal): -5245469 or 14939567. OLE color: 14939567.

HSL color Cylindrical-coordinate representation of color #AFF5E3: hue angle of 164.57º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5E3 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB175245227-
CMYK0.2900.070.04
HSL164.57º77.78%82.35%-
HSV(B)164.57º28.57%96.08%-
XYZ64.279.9684.72-
YUV222.02130.8194.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.05%
GREEN value IS 245 (96.09% from 255) = 37.87%
BLUE value IS 227 (89.06% from 255) = 35.09%
R=27.05%
G=37.87%
B=35.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752452270.2900.070.04164.5777.7882.35
HexAFF5E31D074a54e52
Octal25736534335074245116122
Binary1010111111110101111000111110101111001010010110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF5E3; }

 p { color: rgb(175,245,227); }

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

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

 a { background-color: rgb(175,245,227); }

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

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

 span { border-color: rgb(175,245,227); }

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