#AFF7DE

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

Shades of Water Leaf #AFF7DE

Tints of Water Leaf #AFF7DE

Color information

#AFF7DE (or 0xAFF7DE) is unknown color: approx Water Leaf. HEX triplet: AF, F7 and DE. RGB value is (175,247,222). Sum of RGB (Red+Green+Blue) = 175+247+222=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 247 (96.88% from 255 or 38.35% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF7DE is #500821. Grayscale: #DEDEDE. Windows color (decimal): -5244962 or 14612399. OLE color: 14612399.

HSL color Cylindrical-coordinate representation of color #AFF7DE: hue angle of 159.17º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF7DE is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB175247222-
CMYK0.2900.100.03
HSL159.17º81.82%82.75%-
HSV(B)159.17º29.15%96.86%-
XYZ64.1280.9181.34-
YUV222.62127.6594.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.17%
GREEN value IS 247 (96.88% from 255) = 38.35%
BLUE value IS 222 (87.11% from 255) = 34.47%
R=27.17%
G=38.35%
B=34.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752472220.2900.100.03159.1781.8282.75
HexAFF7DE1D0A39f5253
Octal257367336350123237122123
Binary1010111111110111110111101110101010111001111110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF7DE; }

 p { color: rgb(175,247,222); }

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

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

 a { background-color: rgb(175,247,222); }

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

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

 span { border-color: rgb(175,247,222); }

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