#AAF9BB

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

Shades of Fringy Flower #AAF9BB

Tints of Fringy Flower #AAF9BB

Color information

#AAF9BB (or 0xAAF9BB) is unknown color: approx Fringy Flower. HEX triplet: AA, F9 and BB. RGB value is (170,249,187). Sum of RGB (Red+Green+Blue) = 170+249+187=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF9BB is #550644. Grayscale: #DADADA. Windows color (decimal): -5572165 or 12319146. OLE color: 12319146.

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

Color convert

RGB170249187-
CMYK0.3200.250.02
HSL132.91º86.81%82.16%-
HSV(B)132.91º31.73%97.65%-
XYZ59.4279.8959.3-
YUV218.31110.3393.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.05%
GREEN value IS 249 (97.66% from 255) = 41.09%
BLUE value IS 187 (73.44% from 255) = 30.86%
R=28.05%
G=41.09%
B=30.86%

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
Decimal1702491870.3200.250.02132.9186.8182.16
HexAAF9BB200192855752
Octal252371273400312205127122
Binary101010101111100110111011100000011001101000010110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF9BB; }

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

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

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

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

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

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

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

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