#AFECD9

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

Shades of Water Leaf #AFECD9

Tints of Water Leaf #AFECD9

Color information

#AFECD9 (or 0xAFECD9) is unknown color: approx Water Leaf. HEX triplet: AF, EC and D9. RGB value is (175,236,217). Sum of RGB (Red+Green+Blue) = 175+236+217=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECD9 is #501326. Grayscale: #D7D7D7. Windows color (decimal): -5247783 or 14281903. OLE color: 14281903.

HSL color Cylindrical-coordinate representation of color #AFECD9: hue angle of 161.31º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECD9 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB175236217-
CMYK0.2600.080.07
HSL161.31º61.62%80.59%-
HSV(B)161.31º25.85%92.55%-
XYZ60.274.1176.78-
YUV215.59128.7999.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.87%
GREEN value IS 236 (92.58% from 255) = 37.58%
BLUE value IS 217 (85.16% from 255) = 34.55%
R=27.87%
G=37.58%
B=34.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752362170.2600.080.07161.3161.6280.59
HexAFECD91A087a13e51
Octal25735433132010724176121
Binary1010111111101100110110011101001000111101000011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFECD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFECD9; }

 p { color: rgb(175,236,217); }

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

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

 a { background-color: rgb(175,236,217); }

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

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

 span { border-color: rgb(175,236,217); }

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