#AAF9BA

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

Shades of Fringy Flower #AAF9BA

Tints of Fringy Flower #AAF9BA

Color information

#AAF9BA (or 0xAAF9BA) is unknown color: approx Fringy Flower. HEX triplet: AA, F9 and BA. RGB value is (170,249,186). Sum of RGB (Red+Green+Blue) = 170+249+186=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF9BA is #550645. Grayscale: #DADADA. Windows color (decimal): -5572166 or 12253610. OLE color: 12253610.

HSL color Cylindrical-coordinate representation of color #AAF9BA: hue angle of 132.15º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF9BA is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB170249186-
CMYK0.3200.250.02
HSL132.15º86.81%82.16%-
HSV(B)132.15º31.73%97.65%-
XYZ59.3279.8458.74-
YUV218.2109.8393.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.10%
GREEN value IS 249 (97.66% from 255) = 41.16%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=28.10%
G=41.16%
B=30.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702491860.3200.250.02132.1586.8182.16
HexAAF9BA200192845752
Octal252371272400312204127122
Binary101010101111100110111010100000011001101000010010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF9BA; }

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

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

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

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

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

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

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

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