#AFEDDC

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

Shades of Water Leaf #AFEDDC

Tints of Water Leaf #AFEDDC

Color information

#AFEDDC (or 0xAFEDDC) is unknown color: approx Water Leaf. HEX triplet: AF, ED and DC. RGB value is (175,237,220). Sum of RGB (Red+Green+Blue) = 175+237+220=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDDC is #501223. Grayscale: #D8D8D8. Windows color (decimal): -5247524 or 14478767. OLE color: 14478767.

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

Color convert

RGB175237220-
CMYK0.2600.070.07
HSL163.55º63.27%80.78%-
HSV(B)163.55º26.16%92.94%-
XYZ60.8874.8578.95-
YUV216.52129.9698.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.69%
GREEN value IS 237 (92.97% from 255) = 37.5%
BLUE value IS 220 (86.33% from 255) = 34.81%
R=27.69%
G=37.5%
B=34.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752372200.2600.070.07163.5563.2780.78
HexAFEDDC1A077a43f51
Octal2573553343207724477121
Binary101011111110110111011100110100111111101001001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEDDC; }

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

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

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

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

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

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

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

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