#AFF1DF

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

Shades of Water Leaf #AFF1DF

Tints of Water Leaf #AFF1DF

Color information

#AFF1DF (or 0xAFF1DF) is unknown color: approx Water Leaf. HEX triplet: AF, F1 and DF. RGB value is (175,241,223). Sum of RGB (Red+Green+Blue) = 175+241+223=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1DF is #500E20. Grayscale: #DBDBDB. Windows color (decimal): -5246497 or 14676399. OLE color: 14676399.

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

Color convert

RGB175241223-
CMYK0.2700.070.05
HSL163.64º70.21%81.57%-
HSV(B)163.64º27.39%94.51%-
XYZ62.4577.3581.45-
YUV219.21130.1396.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.39%
GREEN value IS 241 (94.53% from 255) = 37.72%
BLUE value IS 223 (87.5% from 255) = 34.90%
R=27.39%
G=37.72%
B=34.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752412230.2700.070.05163.6470.2181.57
HexAFF1DF1B075a44652
Octal25736133733075244106122
Binary1010111111110001110111111101101111011010010010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF1DF; }

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

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

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

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

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

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

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

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