#AAFABA

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

Shades of Fringy Flower #AAFABA

Tints of Fringy Flower #AAFABA

Color information

#AAFABA (or 0xAAFABA) is unknown color: approx Fringy Flower. HEX triplet: AA, FA and BA. RGB value is (170,250,186). Sum of RGB (Red+Green+Blue) = 170+250+186=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFABA is #550545. Grayscale: #DADADA. Windows color (decimal): -5571910 or 12253866. OLE color: 12253866.

HSL color Cylindrical-coordinate representation of color #AAFABA: hue angle of 132º degrees, saturation: 0.89, 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 #AAFABA is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB170250186-
CMYK0.3200.260.02
HSL132º88.89%82.35%-
HSV(B)132º32%98.04%-
XYZ59.6380.4658.84-
YUV218.78109.593.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.05%
GREEN value IS 250 (98.05% from 255) = 41.25%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=28.05%
G=41.25%
B=30.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702501860.3200.260.0213288.8982.35
HexAAFABA2001A2845952
Octal252372272400322204131122
Binary101010101111101010111010100000011010101000010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFABA; }

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

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

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

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

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

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

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

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