#AAFEBE

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

Shades of Fringy Flower #AAFEBE

Tints of Fringy Flower #AAFEBE

Color information

#AAFEBE (or 0xAAFEBE) is unknown color: approx Fringy Flower. HEX triplet: AA, FE and BE. RGB value is (170,254,190). Sum of RGB (Red+Green+Blue) = 170+254+190=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFEBE is #550141. Grayscale: #DDDDDD. Windows color (decimal): -5570882 or 12517034. OLE color: 12517034.

HSL color Cylindrical-coordinate representation of color #AAFEBE: hue angle of 134.29º 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 #AAFEBE is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB170254190-
CMYK0.3300.250.00
HSL134.29º97.67%83.14%-
HSV(B)134.29º33.07%99.61%-
XYZ61.3183.1561.53-
YUV221.59110.1791.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.69%
GREEN value IS 254 (99.61% from 255) = 41.37%
BLUE value IS 190 (74.61% from 255) = 30.94%
R=27.69%
G=41.37%
B=30.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702541900.3300.250.00134.2997.6783.14
HexAAFEBE210190866253
Octal252376276410310206142123
Binary10101010111111101011111010000101100101000011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFEBE; }

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

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

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

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

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

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

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

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