#AFF9E1

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

Shades of Water Leaf #AFF9E1

Tints of Water Leaf #AFF9E1

Color information

#AFF9E1 (or 0xAFF9E1) is unknown color: approx Water Leaf. HEX triplet: AF, F9 and E1. RGB value is (175,249,225). Sum of RGB (Red+Green+Blue) = 175+249+225=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 249 (97.66% from 255 or 38.37% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9E1 is #50061E. Grayscale: #E0E0E0. Windows color (decimal): -5244447 or 14809519. OLE color: 14809519.

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

Color convert

RGB175249225-
CMYK0.3000.100.02
HSL160.54º86.05%83.14%-
HSV(B)160.54º29.72%97.65%-
XYZ65.1582.383.69-
YUV224.14128.4892.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.96%
GREEN value IS 249 (97.66% from 255) = 38.37%
BLUE value IS 225 (88.28% from 255) = 34.67%
R=26.96%
G=38.37%
B=34.67%

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
Decimal1752492250.3000.100.02160.5486.0583.14
HexAFF9E11E0A2a15653
Octal257371341360122241126123
Binary1010111111111001111000011111001010101010000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9E1; }

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

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

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

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

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

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

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

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