#AAF1BE

Color #AAF1BE Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #AAF1BE

Tints of Fringy Flower #AAF1BE

Color information

#AAF1BE (or 0xAAF1BE) is unknown color: approx Fringy Flower. HEX triplet: AA, F1 and BE. RGB value is (170,241,190). Sum of RGB (Red+Green+Blue) = 170+241+190=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1BE is #550E41. Grayscale: #D6D6D6. Windows color (decimal): -5574210 or 12513706. OLE color: 12513706.

HSL color Cylindrical-coordinate representation of color #AAF1BE: hue angle of 136.9º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1BE is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB170241190-
CMYK0.2900.210.05
HSL136.9º71.72%80.59%-
HSV(B)136.9º29.46%94.51%-
XYZ57.3375.1760.2-
YUV213.96114.4896.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.29%
GREEN value IS 241 (94.53% from 255) = 40.10%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=28.29%
G=40.10%
B=31.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702411900.2900.210.05136.971.7280.59
HexAAF1BE1D0155894851
Octal252361276350255211110121
Binary101010101111000110111110111010101011011000100110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF1BE; }

 p { color: rgb(170,241,190); }

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

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

 a { background-color: rgb(170,241,190); }

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

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

 span { border-color: rgb(170,241,190); }

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