#AAFEBA

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

Shades of Fringy Flower #AAFEBA

Tints of Fringy Flower #AAFEBA

Color information

#AAFEBA (or 0xAAFEBA) is unknown color: approx Fringy Flower. HEX triplet: AA, FE and BA. RGB value is (170,254,186). Sum of RGB (Red+Green+Blue) = 170+254+186=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFEBA is #550145. Grayscale: #DDDDDD. Windows color (decimal): -5570886 or 12254890. OLE color: 12254890.

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

Color convert

RGB170254186-
CMYK0.3300.270.00
HSL131.43º97.67%83.14%-
HSV(B)131.43º33.07%99.61%-
XYZ60.8882.9759.26-
YUV221.13108.1791.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.87%
GREEN value IS 254 (99.61% from 255) = 41.64%
BLUE value IS 186 (73.05% from 255) = 30.49%
R=27.87%
G=41.64%
B=30.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702541860.3300.270.00131.4397.6783.14
HexAAFEBA2101B0836253
Octal252376272410330203142123
Binary10101010111111101011101010000101101101000001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFEBA; }

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

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

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

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

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

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

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

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