#AFEADF

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

Shades of Water Leaf #AFEADF

Tints of Water Leaf #AFEADF

Color information

#AFEADF (or 0xAFEADF) is unknown color: approx Water Leaf. HEX triplet: AF, EA and DF. RGB value is (175,234,223). Sum of RGB (Red+Green+Blue) = 175+234+223=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEADF is #501520. Grayscale: #D7D7D7. Windows color (decimal): -5248289 or 14674607. OLE color: 14674607.

HSL color Cylindrical-coordinate representation of color #AFEADF: hue angle of 168.81º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFEADF is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB175234223-
CMYK0.2500.050.08
HSL168.81º58.42%80.2%-
HSV(B)168.81º25.21%91.76%-
XYZ60.4273.2980.77-
YUV215.1132.4599.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.69%
GREEN value IS 234 (91.80% from 255) = 37.03%
BLUE value IS 223 (87.5% from 255) = 35.28%
R=27.69%
G=37.03%
B=35.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752342230.2500.050.08168.8158.4280.2
HexAFEADF19058a93a50
Octal25735233731051025172120
Binary1010111111101010110111111100101011000101010011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEADF; }

 p { color: rgb(175,234,223); }

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

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

 a { background-color: rgb(175,234,223); }

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

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

 span { border-color: rgb(175,234,223); }

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