#AFF3E7

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

Shades of Water Leaf #AFF3E7

Tints of Water Leaf #AFF3E7

Color information

#AFF3E7 (or 0xAFF3E7) is unknown color: approx Water Leaf. HEX triplet: AF, F3 and E7. RGB value is (175,243,231). Sum of RGB (Red+Green+Blue) = 175+243+231=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 231 (90.62% from 255 or 35.59% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF3E7 is #500C18. Grayscale: #DDDDDD. Windows color (decimal): -5245977 or 15201199. OLE color: 15201199.

HSL color Cylindrical-coordinate representation of color #AFF3E7: hue angle of 169.41º 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 #AFF3E7 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB175243231-
CMYK0.2800.050.05
HSL169.41º73.91%81.96%-
HSV(B)169.41º27.98%95.29%-
XYZ64.1578.9887.47-
YUV221.3133.4794.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.96%
GREEN value IS 243 (95.31% from 255) = 37.44%
BLUE value IS 231 (90.62% from 255) = 35.59%
R=26.96%
G=37.44%
B=35.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752432310.2800.050.05169.4173.9181.96
HexAFF3E71C055a94a52
Octal25736334734055251112122
Binary1010111111110011111001111110001011011010100110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF3E7; }

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

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

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

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

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

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

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

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