#AAF7BA

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

Shades of Fringy Flower #AAF7BA

Tints of Fringy Flower #AAF7BA

Color information

#AAF7BA (or 0xAAF7BA) is unknown color: approx Fringy Flower. HEX triplet: AA, F7 and BA. RGB value is (170,247,186). Sum of RGB (Red+Green+Blue) = 170+247+186=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 247 (96.88% from 255 or 40.96% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF7BA is #550845. Grayscale: #D9D9D9. Windows color (decimal): -5572678 or 12253098. OLE color: 12253098.

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

Color convert

RGB170247186-
CMYK0.3100.250.03
HSL132.47º82.8%81.76%-
HSV(B)132.47º31.17%96.86%-
XYZ58.778.6158.53-
YUV217.02110.4994.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.19%
GREEN value IS 247 (96.88% from 255) = 40.96%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=28.19%
G=40.96%
B=30.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702471860.3100.250.03132.4782.881.76
HexAAF7BA1F0193845352
Octal252367272370313204123122
Binary10101010111101111011101011111011001111000010010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF7BA; }

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

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

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

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

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

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

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

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