#AFF5E7

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

Shades of Water Leaf #AFF5E7

Tints of Water Leaf #AFF5E7

Color information

#AFF5E7 (or 0xAFF5E7) is unknown color: approx Water Leaf. HEX triplet: AF, F5 and E7. RGB value is (175,245,231). Sum of RGB (Red+Green+Blue) = 175+245+231=651 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.88% from 651); Green value is 245 (96.09% from 255 or 37.63% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF5E7 is #500A18. Grayscale: #DEDEDE. Windows color (decimal): -5245465 or 15201711. OLE color: 15201711.

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

Color convert

RGB175245231-
CMYK0.2900.060.04
HSL168º77.78%82.35%-
HSV(B)168º28.57%96.08%-
XYZ64.7680.1987.67-
YUV222.47132.8194.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.88%
GREEN value IS 245 (96.09% from 255) = 37.63%
BLUE value IS 231 (90.62% from 255) = 35.48%
R=26.88%
G=37.63%
B=35.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752452310.2900.060.0416877.7882.35
HexAFF5E71D064a84e52
Octal25736534735064250116122
Binary1010111111110101111001111110101101001010100010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF5E7; }

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

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

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

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

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

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

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

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