#AFFFE7

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

Shades of Water Leaf #AFFFE7

Tints of Water Leaf #AFFFE7

Color information

#AFFFE7 (or 0xAFFFE7) is unknown color: approx Water Leaf. HEX triplet: AF, FF and E7. RGB value is (175,255,231). Sum of RGB (Red+Green+Blue) = 175+255+231=661 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.48% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFE7 is #500018. Grayscale: #E4E4E4. Windows color (decimal): -5242905 or 15204271. OLE color: 15204271.

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

Color convert

RGB175255231-
CMYK0.3100.090
HSL162º100%84.31%-
HSV(B)162º31.37%100%-
XYZ67.8686.488.7-
YUV228.34129.589.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.48%
GREEN value IS 255 (100% from 255) = 38.58%
BLUE value IS 231 (90.62% from 255) = 34.95%
R=26.48%
G=38.58%
B=34.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752552310.3100.09016210084.31
HexAFFFE71F090a26454
Octal257377347370110242144124
Binary101011111111111111100111111110100101010001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFE7; }

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

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

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

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

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

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

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

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