#AEF2BD

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

Shades of Fringy Flower #AEF2BD

Tints of Fringy Flower #AEF2BD

Color information

#AEF2BD (or 0xAEF2BD) is unknown color: approx Fringy Flower. HEX triplet: AE, F2 and BD. RGB value is (174,242,189). Sum of RGB (Red+Green+Blue) = 174+242+189=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF2BD is #510D42. Grayscale: #D7D7D7. Windows color (decimal): -5311811 or 12448430. OLE color: 12448430.

HSL color Cylindrical-coordinate representation of color #AEF2BD: hue angle of 133.24º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF2BD is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB174242189-
CMYK0.2800.220.05
HSL133.24º72.34%81.57%-
HSV(B)133.24º28.1%94.9%-
XYZ58.3976.1859.77-
YUV215.63112.9798.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.76%
GREEN value IS 242 (94.92% from 255) = 40%
BLUE value IS 189 (74.22% from 255) = 31.24%
R=28.76%
G=40%
B=31.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742421890.2800.220.05133.2472.3481.57
HexAEF2BD1C0165854852
Octal256362275340265205110122
Binary101011101111001010111101111000101101011000010110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF2BD; }

 p { color: rgb(174,242,189); }

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

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

 a { background-color: rgb(174,242,189); }

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

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

 span { border-color: rgb(174,242,189); }

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