#AFF4DC

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

Shades of Water Leaf #AFF4DC

Tints of Water Leaf #AFF4DC

Color information

#AFF4DC (or 0xAFF4DC) is unknown color: approx Water Leaf. HEX triplet: AF, F4 and DC. RGB value is (175,244,220). Sum of RGB (Red+Green+Blue) = 175+244+220=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 244 (95.70% from 255 or 38.18% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF4DC is #500B23. Grayscale: #DCDCDC. Windows color (decimal): -5245732 or 14480559. OLE color: 14480559.

HSL color Cylindrical-coordinate representation of color #AFF4DC: hue angle of 159.13º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF4DC is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB175244220-
CMYK0.2800.100.04
HSL159.13º75.82%82.16%-
HSV(B)159.13º28.28%95.69%-
XYZ62.9578.9879.64-
YUV220.63127.6495.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.39%
GREEN value IS 244 (95.70% from 255) = 38.18%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=27.39%
G=38.18%
B=34.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752442200.2800.100.04159.1375.8282.16
HexAFF4DC1C0A49f4c52
Octal257364334340124237114122
Binary10101111111101001101110011100010101001001111110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF4DC; }

 p { color: rgb(175,244,220); }

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

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

 a { background-color: rgb(175,244,220); }

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

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

 span { border-color: rgb(175,244,220); }

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