#AFEFDA

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

Shades of Water Leaf #AFEFDA

Tints of Water Leaf #AFEFDA

Color information

#AFEFDA (or 0xAFEFDA) is unknown color: approx Water Leaf. HEX triplet: AF, EF and DA. RGB value is (175,239,218). Sum of RGB (Red+Green+Blue) = 175+239+218=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFDA is #501025. Grayscale: #D9D9D9. Windows color (decimal): -5247014 or 14348207. OLE color: 14348207.

HSL color Cylindrical-coordinate representation of color #AFEFDA: hue angle of 160.31º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEFDA is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB175239218-
CMYK0.2700.090.06
HSL160.31º66.67%81.18%-
HSV(B)160.31º26.78%93.73%-
XYZ61.275.9177.76-
YUV217.47128.397.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.69%
GREEN value IS 239 (93.75% from 255) = 37.82%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=27.69%
G=37.82%
B=34.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752392180.2700.090.06160.3166.6781.18
HexAFEFDA1B096a04351
Octal257357332330116240103121
Binary10101111111011111101101011011010011101010000010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEFDA; }

 p { color: rgb(175,239,218); }

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

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

 a { background-color: rgb(175,239,218); }

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

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

 span { border-color: rgb(175,239,218); }

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