#AAF7BE

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

Shades of Fringy Flower #AAF7BE

Tints of Fringy Flower #AAF7BE

Color information

#AAF7BE (or 0xAAF7BE) is unknown color: approx Fringy Flower. HEX triplet: AA, F7 and BE. RGB value is (170,247,190). Sum of RGB (Red+Green+Blue) = 170+247+190=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF7BE is #550841. Grayscale: #D9D9D9. Windows color (decimal): -5572674 or 12515242. OLE color: 12515242.

HSL color Cylindrical-coordinate representation of color #AAF7BE: hue angle of 135.58º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF7BE is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB170247190-
CMYK0.3100.230.03
HSL135.58º82.8%81.76%-
HSV(B)135.58º31.17%96.86%-
XYZ59.1378.7960.81-
YUV217.48112.4994.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.01%
GREEN value IS 247 (96.88% from 255) = 40.69%
BLUE value IS 190 (74.61% from 255) = 31.30%
R=28.01%
G=40.69%
B=31.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702471900.3100.230.03135.5882.881.76
HexAAF7BE1F0173885352
Octal252367276370273210123122
Binary10101010111101111011111011111010111111000100010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF7BE; }

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

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

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

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

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

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

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

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