#aedebb

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

Shades of Fringy Flower #AEDEBB

Tints of Fringy Flower #AEDEBB

Color information

#AEDEBB (or 0xAEDEBB) is unknown color: approx Fringy Flower. HEX triplet: AE, DE and BB. RGB value is (174,222,187). Sum of RGB (Red+Green+Blue) = 174+222+187=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEBB is #512144. Grayscale: #CBCBCB. Windows color (decimal): -5316933 or 12312238. OLE color: 12312238.

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

Color convert

RGB174222187-
CMYK0.2200.160.13
HSL136.25º42.11%77.65%-
HSV(B)136.25º21.62%87.06%-
XYZ52.5564.8356.76-
YUV203.66118.6106.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.85%
GREEN value IS 222 (87.11% from 255) = 38.08%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=29.85%
G=38.08%
B=32.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742221870.2200.160.13136.2542.1177.65
HexAEDEBB16010D882a4e
Octal256336273260201521052116
Binary101011101101111010111011101100100001101100010001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aedebb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aedebb; }

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

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

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

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

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

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

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

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