#AFFBE1

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

Shades of Water Leaf #AFFBE1

Tints of Water Leaf #AFFBE1

Color information

#AFFBE1 (or 0xAFFBE1) is unknown color: approx Water Leaf. HEX triplet: AF, FB and E1. RGB value is (175,251,225). Sum of RGB (Red+Green+Blue) = 175+251+225=651 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.88% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBE1 is #50041E. Grayscale: #E1E1E1. Windows color (decimal): -5243935 or 14810031. OLE color: 14810031.

HSL color Cylindrical-coordinate representation of color #AFFBE1: hue angle of 159.47º 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 #AFFBE1 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB175251225-
CMYK0.3000.100.02
HSL159.47º90.48%83.53%-
HSV(B)159.47º30.28%98.43%-
XYZ65.7783.5483.89-
YUV225.31127.8292.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.88%
GREEN value IS 251 (98.44% from 255) = 38.56%
BLUE value IS 225 (88.28% from 255) = 34.56%
R=26.88%
G=38.56%
B=34.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752512250.3000.100.02159.4790.4883.53
HexAFFBE11E0A29f5a54
Octal257373341360122237132124
Binary1010111111111011111000011111001010101001111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBE1; }

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

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

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

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

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

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

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

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