#AFF9DF

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

Shades of Water Leaf #AFF9DF

Tints of Water Leaf #AFF9DF

Color information

#AFF9DF (or 0xAFF9DF) is unknown color: approx Water Leaf. HEX triplet: AF, F9 and DF. RGB value is (175,249,223). Sum of RGB (Red+Green+Blue) = 175+249+223=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 249 (97.66% from 255 or 38.49% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9DF is #500620. Grayscale: #DFDFDF. Windows color (decimal): -5244449 or 14678447. OLE color: 14678447.

HSL color Cylindrical-coordinate representation of color #AFF9DF: hue angle of 158.92º 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 #AFF9DF is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB175249223-
CMYK0.3000.100.02
HSL158.92º86.05%83.14%-
HSV(B)158.92º29.72%97.65%-
XYZ64.8782.1982.26-
YUV223.91127.4893.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.05%
GREEN value IS 249 (97.66% from 255) = 38.49%
BLUE value IS 223 (87.5% from 255) = 34.47%
R=27.05%
G=38.49%
B=34.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752492230.3000.100.02158.9286.0583.14
HexAFF9DF1E0A29f5653
Octal257371337360122237126123
Binary1010111111111001110111111111001010101001111110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9DF; }

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

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

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

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

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

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

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

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