#AEDFB6

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

Shades of Fringy Flower #AEDFB6

Tints of Fringy Flower #AEDFB6

Color information

#AEDFB6 (or 0xAEDFB6) is unknown color: approx Fringy Flower. HEX triplet: AE, DF and B6. RGB value is (174,223,182). Sum of RGB (Red+Green+Blue) = 174+223+182=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFB6 is #512049. Grayscale: #CBCBCB. Windows color (decimal): -5316682 or 11984814. OLE color: 11984814.

HSL color Cylindrical-coordinate representation of color #AEDFB6: hue angle of 129.8º degrees, saturation: 0.43, 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 #AEDFB6 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB174223182-
CMYK0.2200.180.13
HSL129.8º43.36%77.84%-
HSV(B)129.8º21.97%87.45%-
XYZ52.2965.1554.08-
YUV203.67115.77106.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.05%
GREEN value IS 223 (87.5% from 255) = 38.51%
BLUE value IS 182 (71.48% from 255) = 31.43%
R=30.05%
G=38.51%
B=31.43%

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
Decimal1742231820.2200.180.13129.843.3677.84
HexAEDFB616012D822b4e
Octal256337266260221520253116
Binary101011101101111110110110101100100101101100000101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDFB6; }

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

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

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

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

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

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

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

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