#AFF2DF

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

Shades of Water Leaf #AFF2DF

Tints of Water Leaf #AFF2DF

Color information

#AFF2DF (or 0xAFF2DF) is unknown color: approx Water Leaf. HEX triplet: AF, F2 and DF. RGB value is (175,242,223). Sum of RGB (Red+Green+Blue) = 175+242+223=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2DF is #500D20. Grayscale: #DBDBDB. Windows color (decimal): -5246241 or 14676655. OLE color: 14676655.

HSL color Cylindrical-coordinate representation of color #AFF2DF: hue angle of 162.99º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF2DF is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB175242223-
CMYK0.2800.080.05
HSL162.99º72.04%81.76%-
HSV(B)162.99º27.69%94.9%-
XYZ62.7577.9581.55-
YUV219.8129.896.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.34%
GREEN value IS 242 (94.92% from 255) = 37.81%
BLUE value IS 223 (87.5% from 255) = 34.84%
R=27.34%
G=37.81%
B=34.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752422230.2800.080.05162.9972.0481.76
HexAFF2DF1C085a34852
Octal257362337340105243110122
Binary10101111111100101101111111100010001011010001110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF2DF; }

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

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

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

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

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

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

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

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