#AAF2BB

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

Shades of Fringy Flower #AAF2BB

Tints of Fringy Flower #AAF2BB

Color information

#AAF2BB (or 0xAAF2BB) is unknown color: approx Fringy Flower. HEX triplet: AA, F2 and BB. RGB value is (170,242,187). Sum of RGB (Red+Green+Blue) = 170+242+187=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2BB is #550D44. Grayscale: #D6D6D6. Windows color (decimal): -5573957 or 12317354. OLE color: 12317354.

HSL color Cylindrical-coordinate representation of color #AAF2BB: hue angle of 134.17º degrees, saturation: 0.73, 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 #AAF2BB is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB170242187-
CMYK0.3000.230.05
HSL134.17º73.47%80.78%-
HSV(B)134.17º29.75%94.9%-
XYZ57.375.6458.59-
YUV214.2112.6596.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.38%
GREEN value IS 242 (94.92% from 255) = 40.40%
BLUE value IS 187 (73.44% from 255) = 31.22%
R=28.38%
G=40.40%
B=31.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702421870.3000.230.05134.1773.4780.78
HexAAF2BB1E0175864951
Octal252362273360275206111121
Binary101010101111001010111011111100101111011000011010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF2BB; }

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

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

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

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

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

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

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

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