#AFF0DF

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

Shades of Water Leaf #AFF0DF

Tints of Water Leaf #AFF0DF

Color information

#AFF0DF (or 0xAFF0DF) is unknown color: approx Water Leaf. HEX triplet: AF, F0 and DF. RGB value is (175,240,223). Sum of RGB (Red+Green+Blue) = 175+240+223=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0DF is #500F20. Grayscale: #DADADA. Windows color (decimal): -5246753 or 14676143. OLE color: 14676143.

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

Color convert

RGB175240223-
CMYK0.2700.070.06
HSL164.31º68.42%81.37%-
HSV(B)164.31º27.08%94.12%-
XYZ62.1676.7681.35-
YUV218.63130.4796.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.43%
GREEN value IS 240 (94.14% from 255) = 37.62%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=27.43%
G=37.62%
B=34.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752402230.2700.070.06164.3168.4281.37
HexAFF0DF1B076a44451
Octal25736033733076244104121
Binary1010111111110000110111111101101111101010010010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0DF; }

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

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

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

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

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

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

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

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