#AEDEB8

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

Shades of Fringy Flower #AEDEB8

Tints of Fringy Flower #AEDEB8

Color information

#AEDEB8 (or 0xAEDEB8) is unknown color: approx Fringy Flower. HEX triplet: AE, DE and B8. RGB value is (174,222,184). Sum of RGB (Red+Green+Blue) = 174+222+184=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEB8 is #512147. Grayscale: #CBCBCB. Windows color (decimal): -5316936 or 12115630. OLE color: 12115630.

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

Color convert

RGB174222184-
CMYK0.2200.170.13
HSL132.5º42.11%77.65%-
HSV(B)132.5º21.62%87.06%-
XYZ52.2364.755.08-
YUV203.32117.1107.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30%
GREEN value IS 222 (87.11% from 255) = 38.28%
BLUE value IS 184 (72.27% from 255) = 31.72%
R=30%
G=38.28%
B=31.72%

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
Decimal1742221840.2200.170.13132.542.1177.65
HexAEDEB816011D842a4e
Octal256336270260211520452116
Binary101011101101111010111000101100100011101100001001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDEB8; }

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

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

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

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

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

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

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

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