#AAF4BF

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

Shades of Fringy Flower #AAF4BF

Tints of Fringy Flower #AAF4BF

Color information

#AAF4BF (or 0xAAF4BF) is unknown color: approx Fringy Flower. HEX triplet: AA, F4 and BF. RGB value is (170,244,191). Sum of RGB (Red+Green+Blue) = 170+244+191=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF4BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF4BF is #550B40. Grayscale: #D7D7D7. Windows color (decimal): -5573441 or 12580010. OLE color: 12580010.

HSL color Cylindrical-coordinate representation of color #AAF4BF: hue angle of 137.03º 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 #AAF4BF is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB170244191-
CMYK0.3000.220.04
HSL137.03º77.08%81.18%-
HSV(B)137.03º30.33%95.69%-
XYZ58.3377.0161.08-
YUV215.83113.9895.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.10%
GREEN value IS 244 (95.70% from 255) = 40.33%
BLUE value IS 191 (75% from 255) = 31.57%
R=28.10%
G=40.33%
B=31.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702441910.3000.220.04137.0377.0881.18
HexAAF4BF1E0164894d51
Octal252364277360264211115121
Binary101010101111010010111111111100101101001000100110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF4BF; }

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

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

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

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

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

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

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

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