#AAF4BB

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

Shades of Fringy Flower #AAF4BB

Tints of Fringy Flower #AAF4BB

Color information

#AAF4BB (or 0xAAF4BB) is unknown color: approx Fringy Flower. HEX triplet: AA, F4 and BB. RGB value is (170,244,187). Sum of RGB (Red+Green+Blue) = 170+244+187=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 244 (95.70% from 255 or 40.60% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF4BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF4BB is #550B44. Grayscale: #D7D7D7. Windows color (decimal): -5573445 or 12317866. OLE color: 12317866.

HSL color Cylindrical-coordinate representation of color #AAF4BB: hue angle of 133.78º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF4BB is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB170244187-
CMYK0.3000.230.04
HSL133.78º77.08%81.18%-
HSV(B)133.78º30.33%95.69%-
XYZ57.976.8458.79-
YUV215.38111.9895.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.29%
GREEN value IS 244 (95.70% from 255) = 40.60%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=28.29%
G=40.60%
B=31.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702441870.3000.230.04133.7877.0881.18
HexAAF4BB1E0174864d51
Octal252364273360274206115121
Binary101010101111010010111011111100101111001000011010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF4BB; }

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

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

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

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

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

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

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

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