#AAFFBA

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

Shades of Fringy Flower #AAFFBA

Tints of Fringy Flower #AAFFBA

Color information

#AAFFBA (or 0xAAFFBA) is unknown color: approx Fringy Flower. HEX triplet: AA, FF and BA. RGB value is (170,255,186). Sum of RGB (Red+Green+Blue) = 170+255+186=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFBA is #550045. Grayscale: #DDDDDD. Windows color (decimal): -5570630 or 12255146. OLE color: 12255146.

HSL color Cylindrical-coordinate representation of color #AAFFBA: hue angle of 131.29º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFBA is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB170255186-
CMYK0.3300.270
HSL131.29º100%83.33%-
HSV(B)131.29º33.33%100%-
XYZ61.283.6159.37-
YUV221.72107.8491.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.82%
GREEN value IS 255 (100% from 255) = 41.73%
BLUE value IS 186 (73.05% from 255) = 30.44%
R=27.82%
G=41.73%
B=30.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702551860.3300.270131.2910083.33
HexAAFFBA2101B0836453
Octal252377272410330203144123
Binary10101010111111111011101010000101101101000001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFBA; }

 p { color: rgb(170,255,186); }

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

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

 a { background-color: rgb(170,255,186); }

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

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

 span { border-color: rgb(170,255,186); }

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