#AFE8DE

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

Shades of Water Leaf #AFE8DE

Tints of Water Leaf #AFE8DE

Color information

#AFE8DE (or 0xAFE8DE) is unknown color: approx Water Leaf. HEX triplet: AF, E8 and DE. RGB value is (175,232,222). Sum of RGB (Red+Green+Blue) = 175+232+222=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE8DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE8DE is #501721. Grayscale: #D5D5D5. Windows color (decimal): -5248802 or 14608559. OLE color: 14608559.

HSL color Cylindrical-coordinate representation of color #AFE8DE: hue angle of 169.47º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE8DE is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB175232222-
CMYK0.2500.040.09
HSL169.47º55.34%79.8%-
HSV(B)169.47º24.57%90.98%-
XYZ59.7272.179.88-
YUV213.82132.62100.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.82%
GREEN value IS 232 (91.02% from 255) = 36.88%
BLUE value IS 222 (87.11% from 255) = 35.29%
R=27.82%
G=36.88%
B=35.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752322220.2500.040.09169.4755.3479.8
HexAFE8DE19049a93750
Octal25735033631041125167120
Binary1010111111101000110111101100101001001101010011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE8DE; }

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

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

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

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

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

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

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

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