#AEF1C0

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

Shades of Fringy Flower #AEF1C0

Tints of Fringy Flower #AEF1C0

Color information

#AEF1C0 (or 0xAEF1C0) is unknown color: approx Fringy Flower. HEX triplet: AE, F1 and C0. RGB value is (174,241,192). Sum of RGB (Red+Green+Blue) = 174+241+192=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF1C0 is #510E3F. Grayscale: #D7D7D7. Windows color (decimal): -5312064 or 12644782. OLE color: 12644782.

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

Color convert

RGB174241192-
CMYK0.2800.200.05
HSL136.12º70.53%81.37%-
HSV(B)136.12º27.8%94.51%-
XYZ58.4375.7261.4-
YUV215.38114.898.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.67%
GREEN value IS 241 (94.53% from 255) = 39.70%
BLUE value IS 192 (75.39% from 255) = 31.63%
R=28.67%
G=39.70%
B=31.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742411920.2800.200.05136.1270.5381.37
HexAEF1C01C0145884751
Octal256361300340245210107121
Binary101011101111000111000000111000101001011000100010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF1C0; }

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

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

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

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

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

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

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

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