#AAFABB

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

Shades of Fringy Flower #AAFABB

Tints of Fringy Flower #AAFABB

Color information

#AAFABB (or 0xAAFABB) is unknown color: approx Fringy Flower. HEX triplet: AA, FA and BB. RGB value is (170,250,187). Sum of RGB (Red+Green+Blue) = 170+250+187=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFABB is #550544. Grayscale: #DBDBDB. Windows color (decimal): -5571909 or 12319402. OLE color: 12319402.

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

Color convert

RGB170250187-
CMYK0.3200.250.02
HSL132.75º88.89%82.35%-
HSV(B)132.75º32%98.04%-
XYZ59.7380.5159.4-
YUV218.911093.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.01%
GREEN value IS 250 (98.05% from 255) = 41.19%
BLUE value IS 187 (73.44% from 255) = 30.81%
R=28.01%
G=41.19%
B=30.81%

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
Decimal1702501870.3200.250.02132.7588.8982.35
HexAAFABB200192855952
Octal252372273400312205131122
Binary101010101111101010111011100000011001101000010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFABB; }

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

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

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

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

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

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

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

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