#AFF0DE

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

Shades of Water Leaf #AFF0DE

Tints of Water Leaf #AFF0DE

Color information

#AFF0DE (or 0xAFF0DE) is unknown color: approx Water Leaf. HEX triplet: AF, F0 and DE. RGB value is (175,240,222). Sum of RGB (Red+Green+Blue) = 175+240+222=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0DE is #500F21. Grayscale: #DADADA. Windows color (decimal): -5246754 or 14610607. OLE color: 14610607.

HSL color Cylindrical-coordinate representation of color #AFF0DE: hue angle of 163.38º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0DE is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB175240222-
CMYK0.2700.080.06
HSL163.38º68.42%81.37%-
HSV(B)163.38º27.08%94.12%-
XYZ62.0276.7180.64-
YUV218.51129.9796.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.47%
GREEN value IS 240 (94.14% from 255) = 37.68%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=27.47%
G=37.68%
B=34.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752402220.2700.080.06163.3868.4281.37
HexAFF0DE1B086a34451
Octal257360336330106243104121
Binary10101111111100001101111011011010001101010001110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0DE; }

 p { color: rgb(175,240,222); }

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

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

 a { background-color: rgb(175,240,222); }

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

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

 span { border-color: rgb(175,240,222); }

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