#AEEDBE

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

Shades of Fringy Flower #AEEDBE

Tints of Fringy Flower #AEEDBE

Color information

#AEEDBE (or 0xAEEDBE) is unknown color: approx Fringy Flower. HEX triplet: AE, ED and BE. RGB value is (174,237,190). Sum of RGB (Red+Green+Blue) = 174+237+190=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDBE is #511241. Grayscale: #D4D4D4. Windows color (decimal): -5313090 or 12512686. OLE color: 12512686.

HSL color Cylindrical-coordinate representation of color #AEEDBE: hue angle of 135.24º 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 #AEEDBE is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB174237190-
CMYK0.2700.200.07
HSL135.24º63.64%80.59%-
HSV(B)135.24º26.58%92.94%-
XYZ57.0373.2859.85-
YUV212.8115.13100.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 237 (92.97% from 255) = 39.43%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=28.95%
G=39.43%
B=31.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742371900.2700.200.07135.2463.6480.59
HexAEEDBE1B0147874051
Octal256355276330247207100121
Binary101011101110110110111110110110101001111000011110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEDBE; }

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

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

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

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

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

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

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

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