#AEEDC1

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

Shades of Fringy Flower #AEEDC1

Tints of Fringy Flower #AEEDC1

Color information

#AEEDC1 (or 0xAEEDC1) is unknown color: approx Fringy Flower. HEX triplet: AE, ED and C1. RGB value is (174,237,193). Sum of RGB (Red+Green+Blue) = 174+237+193=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDC1 is #51123E. Grayscale: #D5D5D5. Windows color (decimal): -5313087 or 12709294. OLE color: 12709294.

HSL color Cylindrical-coordinate representation of color #AEEDC1: hue angle of 138.1º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEDC1 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB174237193-
CMYK0.2700.190.07
HSL138.1º63.64%80.59%-
HSV(B)138.1º26.58%92.94%-
XYZ57.3773.4261.6-
YUV213.15116.63100.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 237 (92.97% from 255) = 39.24%
BLUE value IS 193 (75.78% from 255) = 31.95%
R=28.81%
G=39.24%
B=31.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742371930.2700.190.07138.163.6480.59
HexAEEDC11B01378a4051
Octal256355301330237212100121
Binary101011101110110111000001110110100111111000101010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEDC1; }

 p { color: rgb(174,237,193); }

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

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

 a { background-color: rgb(174,237,193); }

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

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

 span { border-color: rgb(174,237,193); }

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