#AEEEBD

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

Shades of Fringy Flower #AEEEBD

Tints of Fringy Flower #AEEEBD

Color information

#AEEEBD (or 0xAEEEBD) is unknown color: approx Fringy Flower. HEX triplet: AE, EE and BD. RGB value is (174,238,189). Sum of RGB (Red+Green+Blue) = 174+238+189=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEEBD is #511142. Grayscale: #D5D5D5. Windows color (decimal): -5312835 or 12447406. OLE color: 12447406.

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

Color convert

RGB174238189-
CMYK0.2700.210.07
HSL134.06º65.31%80.78%-
HSV(B)134.06º26.89%93.33%-
XYZ57.2273.8259.38-
YUV213.28114.399.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 238 (93.36% from 255) = 39.60%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=28.95%
G=39.60%
B=31.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742381890.2700.210.07134.0665.3180.78
HexAEEEBD1B0157864151
Octal256356275330257206101121
Binary101011101110111010111101110110101011111000011010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEEBD; }

 p { color: rgb(174,238,189); }

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

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

 a { background-color: rgb(174,238,189); }

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

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

 span { border-color: rgb(174,238,189); }

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