#AFF2DC

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

Shades of Water Leaf #AFF2DC

Tints of Water Leaf #AFF2DC

Color information

#AFF2DC (or 0xAFF2DC) is unknown color: approx Water Leaf. HEX triplet: AF, F2 and DC. RGB value is (175,242,220). Sum of RGB (Red+Green+Blue) = 175+242+220=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2DC is #500D23. Grayscale: #DBDBDB. Windows color (decimal): -5246244 or 14480047. OLE color: 14480047.

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

Color convert

RGB175242220-
CMYK0.2800.090.05
HSL160.3º72.04%81.76%-
HSV(B)160.3º27.69%94.9%-
XYZ62.3577.7979.44-
YUV219.46128.396.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.47%
GREEN value IS 242 (94.92% from 255) = 37.99%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=27.47%
G=37.99%
B=34.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752422200.2800.090.05160.372.0481.76
HexAFF2DC1C095a04852
Octal257362334340115240110122
Binary10101111111100101101110011100010011011010000010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF2DC; }

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

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

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

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

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

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

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

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