#AFEDE4

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

Shades of Water Leaf #AFEDE4

Tints of Water Leaf #AFEDE4

Color information

#AFEDE4 (or 0xAFEDE4) is unknown color: approx Water Leaf. HEX triplet: AF, ED and E4. RGB value is (175,237,228). Sum of RGB (Red+Green+Blue) = 175+237+228=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDE4 is #50121B. Grayscale: #D9D9D9. Windows color (decimal): -5247516 or 15003055. OLE color: 15003055.

HSL color Cylindrical-coordinate representation of color #AFEDE4: hue angle of 171.29º degrees, saturation: 0.63, 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 #AFEDE4 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB175237228-
CMYK0.2600.040.07
HSL171.29º63.27%80.78%-
HSV(B)171.29º26.16%92.94%-
XYZ61.9775.2884.66-
YUV217.44133.9697.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.34%
GREEN value IS 237 (92.97% from 255) = 37.03%
BLUE value IS 228 (89.45% from 255) = 35.62%
R=27.34%
G=37.03%
B=35.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752372280.2600.040.07171.2963.2780.78
HexAFEDE41A047ab3f51
Octal2573553443204725377121
Binary101011111110110111100100110100100111101010111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEDE4; }

 p { color: rgb(175,237,228); }

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

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

 a { background-color: rgb(175,237,228); }

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

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

 span { border-color: rgb(175,237,228); }

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