#AAF3B9

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

Shades of Fringy Flower #AAF3B9

Tints of Fringy Flower #AAF3B9

Color information

#AAF3B9 (or 0xAAF3B9) is unknown color: approx Fringy Flower. HEX triplet: AA, F3 and B9. RGB value is (170,243,185). Sum of RGB (Red+Green+Blue) = 170+243+185=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 185 (72.66% from 255 or 30.94% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF3B9 is #550C46. Grayscale: #D6D6D6. Windows color (decimal): -5573703 or 12186538. OLE color: 12186538.

HSL color Cylindrical-coordinate representation of color #AAF3B9: hue angle of 132.33º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF3B9 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB170243185-
CMYK0.3000.240.05
HSL132.33º75.26%80.98%-
HSV(B)132.33º30.04%95.29%-
XYZ57.3976.1557.57-
YUV214.56111.3296.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.43%
GREEN value IS 243 (95.31% from 255) = 40.64%
BLUE value IS 185 (72.66% from 255) = 30.94%
R=28.43%
G=40.64%
B=30.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702431850.3000.240.05132.3375.2680.98
HexAAF3B91E0185844b51
Octal252363271360305204113121
Binary101010101111001110111001111100110001011000010010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF3B9; }

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

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

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

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

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

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

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

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