#AEDFBB

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

Shades of Fringy Flower #AEDFBB

Tints of Fringy Flower #AEDFBB

Color information

#AEDFBB (or 0xAEDFBB) is unknown color: approx Fringy Flower. HEX triplet: AE, DF and BB. RGB value is (174,223,187). Sum of RGB (Red+Green+Blue) = 174+223+187=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFBB is #512044. Grayscale: #CCCCCC. Windows color (decimal): -5316677 or 12312494. OLE color: 12312494.

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

Color convert

RGB174223187-
CMYK0.2200.160.13
HSL135.92º43.36%77.84%-
HSV(B)135.92º21.97%87.45%-
XYZ52.8165.3656.85-
YUV204.24118.27106.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.79%
GREEN value IS 223 (87.5% from 255) = 38.18%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=29.79%
G=38.18%
B=32.02%

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
Decimal1742231870.2200.160.13135.9243.3677.84
HexAEDFBB16010D882b4e
Octal256337273260201521053116
Binary101011101101111110111011101100100001101100010001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDFBB; }

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

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

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

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

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

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

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

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