#AFF9DE

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

Shades of Water Leaf #AFF9DE

Tints of Water Leaf #AFF9DE

Color information

#AFF9DE (or 0xAFF9DE) is unknown color: approx Water Leaf. HEX triplet: AF, F9 and DE. RGB value is (175,249,222). Sum of RGB (Red+Green+Blue) = 175+249+222=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 249 (97.66% from 255 or 38.54% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9DE is #500621. Grayscale: #DFDFDF. Windows color (decimal): -5244450 or 14612911. OLE color: 14612911.

HSL color Cylindrical-coordinate representation of color #AFF9DE: hue angle of 158.11º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9DE is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB175249222-
CMYK0.3000.110.02
HSL158.11º86.05%83.14%-
HSV(B)158.11º29.72%97.65%-
XYZ64.7482.1481.55-
YUV223.8126.9893.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.09%
GREEN value IS 249 (97.66% from 255) = 38.54%
BLUE value IS 222 (87.11% from 255) = 34.37%
R=27.09%
G=38.54%
B=34.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752492220.3000.110.02158.1186.0583.14
HexAFF9DE1E0B29e5653
Octal257371336360132236126123
Binary1010111111111001110111101111001011101001111010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9DE; }

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

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

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

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

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

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

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

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