#AEE6BE

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

Shades of Fringy Flower #AEE6BE

Tints of Fringy Flower #AEE6BE

Color information

#AEE6BE (or 0xAEE6BE) is unknown color: approx Fringy Flower. HEX triplet: AE, E6 and BE. RGB value is (174,230,190). Sum of RGB (Red+Green+Blue) = 174+230+190=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 230 (90.23% from 255 or 38.72% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE6BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE6BE is #511941. Grayscale: #D0D0D0. Windows color (decimal): -5314882 or 12510894. OLE color: 12510894.

HSL color Cylindrical-coordinate representation of color #AEE6BE: hue angle of 137.14º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE6BE is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB174230190-
CMYK0.2400.170.10
HSL137.14º52.83%79.22%-
HSV(B)137.14º24.35%90.2%-
XYZ55.0569.3159.19-
YUV208.7117.45103.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.29%
GREEN value IS 230 (90.23% from 255) = 38.72%
BLUE value IS 190 (74.61% from 255) = 31.99%
R=29.29%
G=38.72%
B=31.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1742301900.2400.170.10137.1452.8379.22
HexAEE6BE18011A89354f
Octal256346276300211221165117
Binary101011101110011010111110110000100011010100010011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE6BE; }

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

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

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

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

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

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

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

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