#AFF3E4

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

Shades of Water Leaf #AFF3E4

Tints of Water Leaf #AFF3E4

Color information

#AFF3E4 (or 0xAFF3E4) is unknown color: approx Water Leaf. HEX triplet: AF, F3 and E4. RGB value is (175,243,228). Sum of RGB (Red+Green+Blue) = 175+243+228=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 243 (95.31% from 255 or 37.62% from 646); Blue value is 228 (89.45% from 255 or 35.29% from 646); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF3E4 is #500C1B. Grayscale: #DCDCDC. Windows color (decimal): -5245980 or 15004591. OLE color: 15004591.

HSL color Cylindrical-coordinate representation of color #AFF3E4: hue angle of 166.76º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF3E4 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB175243228-
CMYK0.2800.060.05
HSL166.76º73.91%81.96%-
HSV(B)166.76º27.98%95.29%-
XYZ63.7378.8285.25-
YUV220.96131.9795.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.09%
GREEN value IS 243 (95.31% from 255) = 37.62%
BLUE value IS 228 (89.45% from 255) = 35.29%
R=27.09%
G=37.62%
B=35.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752432280.2800.060.05166.7673.9181.96
HexAFF3E41C065a74a52
Octal25736334434065247112122
Binary1010111111110011111001001110001101011010011110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF3E4; }

 p { color: rgb(175,243,228); }

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

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

 a { background-color: rgb(175,243,228); }

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

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

 span { border-color: rgb(175,243,228); }

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