#AEEFBD

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

Shades of Fringy Flower #AEEFBD

Tints of Fringy Flower #AEEFBD

Color information

#AEEFBD (or 0xAEEFBD) is unknown color: approx Fringy Flower. HEX triplet: AE, EF and BD. RGB value is (174,239,189). Sum of RGB (Red+Green+Blue) = 174+239+189=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFBD is #511042. Grayscale: #D5D5D5. Windows color (decimal): -5312579 or 12447662. OLE color: 12447662.

HSL color Cylindrical-coordinate representation of color #AEEFBD: hue angle of 133.85º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEFBD is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB174239189-
CMYK0.2700.210.06
HSL133.85º67.01%80.98%-
HSV(B)133.85º27.2%93.73%-
XYZ57.5174.4159.47-
YUV213.86113.9799.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.90%
GREEN value IS 239 (93.75% from 255) = 39.70%
BLUE value IS 189 (74.22% from 255) = 31.40%
R=28.90%
G=39.70%
B=31.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742391890.2700.210.06133.8567.0180.98
HexAEEFBD1B0156864351
Octal256357275330256206103121
Binary101011101110111110111101110110101011101000011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEFBD; }

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

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

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

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

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

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

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

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