#AFEADD

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

Shades of Water Leaf #AFEADD

Tints of Water Leaf #AFEADD

Color information

#AFEADD (or 0xAFEADD) is unknown color: approx Water Leaf. HEX triplet: AF, EA and DD. RGB value is (175,234,221). Sum of RGB (Red+Green+Blue) = 175+234+221=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEADD is #501522. Grayscale: #D6D6D6. Windows color (decimal): -5248291 or 14543535. OLE color: 14543535.

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

Color convert

RGB175234221-
CMYK0.2500.060.08
HSL166.78º58.42%80.2%-
HSV(B)166.78º25.21%91.76%-
XYZ60.1573.1879.36-
YUV214.88131.4599.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.78%
GREEN value IS 234 (91.80% from 255) = 37.14%
BLUE value IS 221 (86.72% from 255) = 35.08%
R=27.78%
G=37.14%
B=35.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752342210.2500.060.08166.7858.4280.2
HexAFEADD19068a73a50
Octal25735233531061024772120
Binary1010111111101010110111011100101101000101001111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEADD; }

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

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

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

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

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

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

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

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