#AFFBE9

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

Shades of Water Leaf #AFFBE9

Tints of Water Leaf #AFFBE9

Color information

#AFFBE9 (or 0xAFFBE9) is unknown color: approx Water Leaf. HEX triplet: AF, FB and E9. RGB value is (175,251,233). Sum of RGB (Red+Green+Blue) = 175+251+233=659 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.56% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFBE9 is #500416. Grayscale: #E2E2E2. Windows color (decimal): -5243927 or 15334319. OLE color: 15334319.

HSL color Cylindrical-coordinate representation of color #AFFBE9: hue angle of 165.79º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBE9 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB175251233-
CMYK0.3000.070.02
HSL165.79º90.48%83.53%-
HSV(B)165.79º30.28%98.43%-
XYZ66.8883.9989.78-
YUV226.22131.8291.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.56%
GREEN value IS 251 (98.44% from 255) = 38.09%
BLUE value IS 233 (91.41% from 255) = 35.36%
R=26.56%
G=38.09%
B=35.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752512330.3000.070.02165.7990.4883.53
HexAFFBE91E072a65a54
Octal25737335136072246132124
Binary101011111111101111101001111100111101010011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBE9; }

 p { color: rgb(175,251,233); }

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

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

 a { background-color: rgb(175,251,233); }

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

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

 span { border-color: rgb(175,251,233); }

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