#AFF1DE

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

Shades of Water Leaf #AFF1DE

Tints of Water Leaf #AFF1DE

Color information

#AFF1DE (or 0xAFF1DE) is unknown color: approx Water Leaf. HEX triplet: AF, F1 and DE. RGB value is (175,241,222). Sum of RGB (Red+Green+Blue) = 175+241+222=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 241 (94.53% from 255 or 37.77% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1DE is #500E21. Grayscale: #DBDBDB. Windows color (decimal): -5246498 or 14610863. OLE color: 14610863.

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

Color convert

RGB175241222-
CMYK0.2700.080.05
HSL162.73º70.21%81.57%-
HSV(B)162.73º27.39%94.51%-
XYZ62.3277.380.74-
YUV219.1129.6396.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.43%
GREEN value IS 241 (94.53% from 255) = 37.77%
BLUE value IS 222 (87.11% from 255) = 34.80%
R=27.43%
G=37.77%
B=34.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752412220.2700.080.05162.7370.2181.57
HexAFF1DE1B085a34652
Octal257361336330105243106122
Binary10101111111100011101111011011010001011010001110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF1DE; }

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

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

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

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

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

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

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

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