#AFF4E3

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

Shades of Water Leaf #AFF4E3

Tints of Water Leaf #AFF4E3

Color information

#AFF4E3 (or 0xAFF4E3) is unknown color: approx Water Leaf. HEX triplet: AF, F4 and E3. RGB value is (175,244,227). Sum of RGB (Red+Green+Blue) = 175+244+227=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 244 (95.70% from 255 or 37.77% from 646); Blue value is 227 (89.06% from 255 or 35.14% from 646); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF4E3 is #500B1C. Grayscale: #DDDDDD. Windows color (decimal): -5245725 or 14939311. OLE color: 14939311.

HSL color Cylindrical-coordinate representation of color #AFF4E3: hue angle of 165.22º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF4E3 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB175244227-
CMYK0.2800.070.04
HSL165.22º75.82%82.16%-
HSV(B)165.22º28.28%95.69%-
XYZ63.979.3684.62-
YUV221.43131.1494.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.09%
GREEN value IS 244 (95.70% from 255) = 37.77%
BLUE value IS 227 (89.06% from 255) = 35.14%
R=27.09%
G=37.77%
B=35.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752442270.2800.070.04165.2275.8282.16
HexAFF4E31C074a54c52
Octal25736434334074245114122
Binary1010111111110100111000111110001111001010010110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF4E3; }

 p { color: rgb(175,244,227); }

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

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

 a { background-color: rgb(175,244,227); }

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

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

 span { border-color: rgb(175,244,227); }

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