#AED8B6

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

Shades of Fringy Flower #AED8B6

Tints of Fringy Flower #AED8B6

Color information

#AED8B6 (or 0xAED8B6) is unknown color: approx Fringy Flower. HEX triplet: AE, D8 and B6. RGB value is (174,216,182). Sum of RGB (Red+Green+Blue) = 174+216+182=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 216 - color contains mainly: green. Hex color #AED8B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8B6 is #512749. Grayscale: #C7C7C7. Windows color (decimal): -5318474 or 11983022. OLE color: 11983022.

HSL color Cylindrical-coordinate representation of color #AED8B6: hue angle of 131.43º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED8B6 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB174216182-
CMYK0.1900.160.15
HSL131.43º35%76.47%-
HSV(B)131.43º19.44%84.71%-
XYZ50.4561.4953.47-
YUV199.57118.09109.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.42%
GREEN value IS 216 (84.77% from 255) = 37.76%
BLUE value IS 182 (71.48% from 255) = 31.82%
R=30.42%
G=37.76%
B=31.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742161820.1900.160.15131.433576.47
HexAED8B613010F83234c
Octal256330266230201720343114
Binary101011101101100010110110100110100001111100000111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED8B6; }

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

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

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

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

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

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

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

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