#AEF6BA

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

Shades of Fringy Flower #AEF6BA

Tints of Fringy Flower #AEF6BA

Color information

#AEF6BA (or 0xAEF6BA) is unknown color: approx Fringy Flower. HEX triplet: AE, F6 and BA. RGB value is (174,246,186). Sum of RGB (Red+Green+Blue) = 174+246+186=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF6BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF6BA is #510945. Grayscale: #D9D9D9. Windows color (decimal): -5310790 or 12252846. OLE color: 12252846.

HSL color Cylindrical-coordinate representation of color #AEF6BA: hue angle of 130º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF6BA is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB174246186-
CMYK0.2900.240.04
HSL130º80%82.35%-
HSV(B)130º29.27%96.47%-
XYZ59.2778.4658.47-
YUV217.63110.1596.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.71%
GREEN value IS 246 (96.48% from 255) = 40.59%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=28.71%
G=40.59%
B=30.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742461860.2900.240.041308082.35
HexAEF6BA1D0184825052
Octal256366272350304202120122
Binary101011101111011010111010111010110001001000001010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF6BA; }

 p { color: rgb(174,246,186); }

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

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

 a { background-color: rgb(174,246,186); }

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

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

 span { border-color: rgb(174,246,186); }

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