#AEE0BB

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

Shades of Fringy Flower #AEE0BB

Tints of Fringy Flower #AEE0BB

Color information

#AEE0BB (or 0xAEE0BB) is unknown color: approx Fringy Flower. HEX triplet: AE, E0 and BB. RGB value is (174,224,187). Sum of RGB (Red+Green+Blue) = 174+224+187=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0BB is #511F44. Grayscale: #CCCCCC. Windows color (decimal): -5316421 or 12312750. OLE color: 12312750.

HSL color Cylindrical-coordinate representation of color #AEE0BB: hue angle of 135.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEE0BB is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB174224187-
CMYK0.2200.170.12
HSL135.6º44.64%78.04%-
HSV(B)135.6º22.32%87.84%-
XYZ53.0865.956.94-
YUV204.83117.94106.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.74%
GREEN value IS 224 (87.89% from 255) = 38.29%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=29.74%
G=38.29%
B=31.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742241870.2200.170.12135.644.6478.04
HexAEE0BB16011C882d4e
Octal256340273260211421055116
Binary101011101110000010111011101100100011100100010001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE0BB; }

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

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

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

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

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

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

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

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