#AEEFB6

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

Shades of Fringy Flower #AEEFB6

Tints of Fringy Flower #AEEFB6

Color information

#AEEFB6 (or 0xAEEFB6) is unknown color: approx Fringy Flower. HEX triplet: AE, EF and B6. RGB value is (174,239,182). Sum of RGB (Red+Green+Blue) = 174+239+182=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFB6 is #511049. Grayscale: #D5D5D5. Windows color (decimal): -5312586 or 11988910. OLE color: 11988910.

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

Color convert

RGB174239182-
CMYK0.2700.240.06
HSL127.38º67.01%80.98%-
HSV(B)127.38º27.2%93.73%-
XYZ56.7774.1155.57-
YUV213.07110.47100.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.24%
GREEN value IS 239 (93.75% from 255) = 40.17%
BLUE value IS 182 (71.48% from 255) = 30.59%
R=29.24%
G=40.17%
B=30.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742391820.2700.240.06127.3867.0180.98
HexAEEFB61B01867f4351
Octal256357266330306177103121
Binary10101110111011111011011011011011000110111111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEFB6; }

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

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

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

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

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

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

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

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