#AEEBBF

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

Shades of Fringy Flower #AEEBBF

Tints of Fringy Flower #AEEBBF

Color information

#AEEBBF (or 0xAEEBBF) is unknown color: approx Fringy Flower. HEX triplet: AE, EB and BF. RGB value is (174,235,191). Sum of RGB (Red+Green+Blue) = 174+235+191=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBBF is #511440. Grayscale: #D3D3D3. Windows color (decimal): -5313601 or 12577710. OLE color: 12577710.

HSL color Cylindrical-coordinate representation of color #AEEBBF: hue angle of 136.72º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEBBF is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB174235191-
CMYK0.2600.190.08
HSL136.72º60.4%80.2%-
HSV(B)136.72º25.96%92.16%-
XYZ56.5772.1860.24-
YUV211.74116.29101.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29%
GREEN value IS 235 (92.19% from 255) = 39.17%
BLUE value IS 191 (75% from 255) = 31.83%
R=29%
G=39.17%
B=31.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742351910.2600.190.08136.7260.480.2
HexAEEBBF1A0138893c50
Octal256353277320231021174120
Binary101011101110101110111111110100100111000100010011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEBBF; }

 p { color: rgb(174,235,191); }

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

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

 a { background-color: rgb(174,235,191); }

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

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

 span { border-color: rgb(174,235,191); }

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