#AEF2BE

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

Shades of Fringy Flower #AEF2BE

Tints of Fringy Flower #AEF2BE

Color information

#AEF2BE (or 0xAEF2BE) is unknown color: approx Fringy Flower. HEX triplet: AE, F2 and BE. RGB value is (174,242,190). Sum of RGB (Red+Green+Blue) = 174+242+190=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF2BE is #510D41. Grayscale: #D7D7D7. Windows color (decimal): -5311810 or 12513966. OLE color: 12513966.

HSL color Cylindrical-coordinate representation of color #AEF2BE: hue angle of 134.12º 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 #AEF2BE is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB174242190-
CMYK0.2800.210.05
HSL134.12º72.34%81.57%-
HSV(B)134.12º28.1%94.9%-
XYZ58.576.2260.34-
YUV215.74113.4798.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.71%
GREEN value IS 242 (94.92% from 255) = 39.93%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=28.71%
G=39.93%
B=31.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742421900.2800.210.05134.1272.3481.57
HexAEF2BE1C0155864852
Octal256362276340255206110122
Binary101011101111001010111110111000101011011000011010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF2BE; }

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

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

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

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

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

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

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

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