#AFEFD9

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

Shades of Water Leaf #AFEFD9

Tints of Water Leaf #AFEFD9

Color information

#AFEFD9 (or 0xAFEFD9) is unknown color: approx Water Leaf. HEX triplet: AF, EF and D9. RGB value is (175,239,217). Sum of RGB (Red+Green+Blue) = 175+239+217=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFD9 is #501026. Grayscale: #D9D9D9. Windows color (decimal): -5247015 or 14282671. OLE color: 14282671.

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

Color convert

RGB175239217-
CMYK0.2700.090.06
HSL159.38º66.67%81.18%-
HSV(B)159.38º26.78%93.73%-
XYZ61.0775.8677.07-
YUV217.36127.897.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.73%
GREEN value IS 239 (93.75% from 255) = 37.88%
BLUE value IS 217 (85.16% from 255) = 34.39%
R=27.73%
G=37.88%
B=34.39%

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
Decimal1752392170.2700.090.06159.3866.6781.18
HexAFEFD91B0969f4351
Octal257357331330116237103121
Binary10101111111011111101100111011010011101001111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEFD9; }

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

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

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

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

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

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

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

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