#AAFCBA

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

Shades of Fringy Flower #AAFCBA

Tints of Fringy Flower #AAFCBA

Color information

#AAFCBA (or 0xAAFCBA) is unknown color: approx Fringy Flower. HEX triplet: AA, FC and BA. RGB value is (170,252,186). Sum of RGB (Red+Green+Blue) = 170+252+186=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCBA is #550345. Grayscale: #DCDCDC. Windows color (decimal): -5571398 or 12254378. OLE color: 12254378.

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

Color convert

RGB170252186-
CMYK0.3300.260.01
HSL131.71º93.18%82.75%-
HSV(B)131.71º32.54%98.82%-
XYZ60.2581.7159.05-
YUV219.96108.8392.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.96%
GREEN value IS 252 (98.83% from 255) = 41.45%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=27.96%
G=41.45%
B=30.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702521860.3300.260.01131.7193.1882.75
HexAAFCBA2101A1845d53
Octal252374272410321204135123
Binary10101010111111001011101010000101101011000010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFCBA; }

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

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

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

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

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

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

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

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