#AEF6C0

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

Shades of Fringy Flower #AEF6C0

Tints of Fringy Flower #AEF6C0

Color information

#AEF6C0 (or 0xAEF6C0) is unknown color: approx Fringy Flower. HEX triplet: AE, F6 and C0. RGB value is (174,246,192). Sum of RGB (Red+Green+Blue) = 174+246+192=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF6C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF6C0 is #51093F. Grayscale: #DADADA. Windows color (decimal): -5310784 or 12646062. OLE color: 12646062.

HSL color Cylindrical-coordinate representation of color #AEF6C0: hue angle of 135º 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 #AEF6C0 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB174246192-
CMYK0.2900.220.04
HSL135º80%82.35%-
HSV(B)135º29.27%96.47%-
XYZ59.9378.7261.9-
YUV218.32113.1596.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.43%
GREEN value IS 246 (96.48% from 255) = 40.20%
BLUE value IS 192 (75.39% from 255) = 31.37%
R=28.43%
G=40.20%
B=31.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742461920.2900.220.041358082.35
HexAEF6C01D0164875052
Octal256366300350264207120122
Binary101011101111011011000000111010101101001000011110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF6C0; }

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

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

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

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

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

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

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

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