#AEDEB6

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

Shades of Fringy Flower #AEDEB6

Tints of Fringy Flower #AEDEB6

Color information

#AEDEB6 (or 0xAEDEB6) is unknown color: approx Fringy Flower. HEX triplet: AE, DE and B6. RGB value is (174,222,182). Sum of RGB (Red+Green+Blue) = 174+222+182=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEB6 is #512149. Grayscale: #CBCBCB. Windows color (decimal): -5316938 or 11984558. OLE color: 11984558.

HSL color Cylindrical-coordinate representation of color #AEDEB6: hue angle of 130º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDEB6 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB174222182-
CMYK0.2200.180.13
HSL130º42.11%77.65%-
HSV(B)130º21.62%87.06%-
XYZ52.0264.6253.99-
YUV203.09116.1107.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.10%
GREEN value IS 222 (87.11% from 255) = 38.41%
BLUE value IS 182 (71.48% from 255) = 31.49%
R=30.10%
G=38.41%
B=31.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742221820.2200.180.1313042.1177.65
HexAEDEB616012D822a4e
Octal256336266260221520252116
Binary101011101101111010110110101100100101101100000101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDEB6; }

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

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

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

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

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

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

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

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