#AEE6B7

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

Shades of Fringy Flower #AEE6B7

Tints of Fringy Flower #AEE6B7

Color information

#AEE6B7 (or 0xAEE6B7) is unknown color: approx Fringy Flower. HEX triplet: AE, E6 and B7. RGB value is (174,230,183). Sum of RGB (Red+Green+Blue) = 174+230+183=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 183 (71.88% from 255 or 31.18% from 587); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE6B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE6B7 is #511948. Grayscale: #D0D0D0. Windows color (decimal): -5314889 or 12052142. OLE color: 12052142.

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

Color convert

RGB174230183-
CMYK0.2400.200.10
HSL129.64º52.83%79.22%-
HSV(B)129.64º24.35%90.2%-
XYZ54.369.0155.26-
YUV207.9113.95103.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.64%
GREEN value IS 230 (90.23% from 255) = 39.18%
BLUE value IS 183 (71.88% from 255) = 31.18%
R=29.64%
G=39.18%
B=31.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1742301830.2400.200.10129.6452.8379.22
HexAEE6B718014A82354f
Octal256346267300241220265117
Binary101011101110011010110111110000101001010100000101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE6B7; }

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

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

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

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

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

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

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

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