#AFEDDE

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

Shades of Water Leaf #AFEDDE

Tints of Water Leaf #AFEDDE

Color information

#AFEDDE (or 0xAFEDDE) is unknown color: approx Water Leaf. HEX triplet: AF, ED and DE. RGB value is (175,237,222). Sum of RGB (Red+Green+Blue) = 175+237+222=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDDE is #501221. Grayscale: #D8D8D8. Windows color (decimal): -5247522 or 14609839. OLE color: 14609839.

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

Color convert

RGB175237222-
CMYK0.2600.060.07
HSL165.48º63.27%80.78%-
HSV(B)165.48º26.16%92.94%-
XYZ61.1574.9680.35-
YUV216.75130.9698.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.60%
GREEN value IS 237 (92.97% from 255) = 37.38%
BLUE value IS 222 (87.11% from 255) = 35.02%
R=27.60%
G=37.38%
B=35.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752372220.2600.060.07165.4863.2780.78
HexAFEDDE1A067a53f51
Octal2573553363206724577121
Binary101011111110110111011110110100110111101001011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEDDE; }

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

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

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

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

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

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

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

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