#AFFFE1

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

Shades of Water Leaf #AFFFE1

Tints of Water Leaf #AFFFE1

Color information

#AFFFE1 (or 0xAFFFE1) is unknown color: approx Water Leaf. HEX triplet: AF, FF and E1. RGB value is (175,255,225). Sum of RGB (Red+Green+Blue) = 175+255+225=655 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.72% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFE1 is #50001E. Grayscale: #E3E3E3. Windows color (decimal): -5242911 or 14811055. OLE color: 14811055.

HSL color Cylindrical-coordinate representation of color #AFFFE1: hue angle of 157.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFE1 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB175255225-
CMYK0.3100.120
HSL157.5º100%84.31%-
HSV(B)157.5º31.37%100%-
XYZ67.0386.0784.31-
YUV227.66126.590.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.72%
GREEN value IS 255 (100% from 255) = 38.93%
BLUE value IS 225 (88.28% from 255) = 34.35%
R=26.72%
G=38.93%
B=34.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752552250.3100.120157.510084.31
HexAFFFE11F0C09e6454
Octal257377341370140236144124
Binary101011111111111111100001111110110001001111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFE1; }

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

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

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

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

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

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

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

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