#AEDFB8

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

Shades of Fringy Flower #AEDFB8

Tints of Fringy Flower #AEDFB8

Color information

#AEDFB8 (or 0xAEDFB8) is unknown color: approx Fringy Flower. HEX triplet: AE, DF and B8. RGB value is (174,223,184). Sum of RGB (Red+Green+Blue) = 174+223+184=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 184 (72.27% from 255 or 31.67% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFB8 is #512047. Grayscale: #CCCCCC. Windows color (decimal): -5316680 or 12115886. OLE color: 12115886.

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

Color convert

RGB174223184-
CMYK0.2200.170.13
HSL132.24º43.36%77.84%-
HSV(B)132.24º21.97%87.45%-
XYZ52.4965.2355.17-
YUV203.9116.77106.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.95%
GREEN value IS 223 (87.5% from 255) = 38.38%
BLUE value IS 184 (72.27% from 255) = 31.67%
R=29.95%
G=38.38%
B=31.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742231840.2200.170.13132.2443.3677.84
HexAEDFB816011D842b4e
Octal256337270260211520453116
Binary101011101101111110111000101100100011101100001001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDFB8; }

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

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

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

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

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

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

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

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