#AAFBB9

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

Shades of Fringy Flower #AAFBB9

Tints of Fringy Flower #AAFBB9

Color information

#AAFBB9 (or 0xAAFBB9) is unknown color: approx Fringy Flower. HEX triplet: AA, FB and B9. RGB value is (170,251,185). Sum of RGB (Red+Green+Blue) = 170+251+185=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBB9 is #550446. Grayscale: #DBDBDB. Windows color (decimal): -5571655 or 12188586. OLE color: 12188586.

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

Color convert

RGB170251185-
CMYK0.3200.260.02
HSL131.11º91.01%82.55%-
HSV(B)131.11º32.27%98.43%-
XYZ59.8381.0458.39-
YUV219.26108.6692.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.05%
GREEN value IS 251 (98.44% from 255) = 41.42%
BLUE value IS 185 (72.66% from 255) = 30.53%
R=28.05%
G=41.42%
B=30.53%

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
Decimal1702511850.3200.260.02131.1191.0182.55
HexAAFBB92001A2835b53
Octal252373271400322203133123
Binary101010101111101110111001100000011010101000001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBB9; }

 p { color: rgb(170,251,185); }

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

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

 a { background-color: rgb(170,251,185); }

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

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

 span { border-color: rgb(170,251,185); }

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