#AEF4B6

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

Shades of Fringy Flower #AEF4B6

Tints of Fringy Flower #AEF4B6

Color information

#AEF4B6 (or 0xAEF4B6) is unknown color: approx Fringy Flower. HEX triplet: AE, F4 and B6. RGB value is (174,244,182). Sum of RGB (Red+Green+Blue) = 174+244+182=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 244 (95.70% from 255 or 40.67% from 600); Blue value is 182 (71.48% from 255 or 30.33% from 600); Max value from RGB is 244 - color contains mainly: green. Hex color #AEF4B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF4B6 is #510B49. Grayscale: #D8D8D8. Windows color (decimal): -5311306 or 11990190. OLE color: 11990190.

HSL color Cylindrical-coordinate representation of color #AEF4B6: hue angle of 126.86º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF4B6 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB174244182-
CMYK0.2900.250.04
HSL126.86º76.09%81.96%-
HSV(B)126.86º28.69%95.69%-
XYZ58.2577.0856.06-
YUV216108.8198.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29%
GREEN value IS 244 (95.70% from 255) = 40.67%
BLUE value IS 182 (71.48% from 255) = 30.33%
R=29%
G=40.67%
B=30.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742441820.2900.250.04126.8676.0981.96
HexAEF4B61D01947f4c52
Octal256364266350314177114122
Binary10101110111101001011011011101011001100111111110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF4B6; }

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

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

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

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

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

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

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

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