#AEFEBF

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

Shades of Fringy Flower #AEFEBF

Tints of Fringy Flower #AEFEBF

Color information

#AEFEBF (or 0xAEFEBF) is unknown color: approx Fringy Flower. HEX triplet: AE, FE and BF. RGB value is (174,254,191). Sum of RGB (Red+Green+Blue) = 174+254+191=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFEBF is #510140. Grayscale: #DFDFDF. Windows color (decimal): -5308737 or 12582574. OLE color: 12582574.

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

Color convert

RGB174254191-
CMYK0.3100.250.00
HSL132.75º97.56%83.92%-
HSV(B)132.75º31.5%99.61%-
XYZ62.383.6462.15-
YUV222.911093.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.11%
GREEN value IS 254 (99.61% from 255) = 41.03%
BLUE value IS 191 (75% from 255) = 30.86%
R=28.11%
G=41.03%
B=30.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742541910.3100.250.00132.7597.5683.92
HexAEFEBF1F0190856254
Octal256376277370310205142124
Binary1010111011111110101111111111101100101000010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFEBF; }

 p { color: rgb(174,254,191); }

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

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

 a { background-color: rgb(174,254,191); }

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

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

 span { border-color: rgb(174,254,191); }

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