#AEE0BE

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

Shades of Fringy Flower #AEE0BE

Tints of Fringy Flower #AEE0BE

Color information

#AEE0BE (or 0xAEE0BE) is unknown color: approx Fringy Flower. HEX triplet: AE, E0 and BE. RGB value is (174,224,190). Sum of RGB (Red+Green+Blue) = 174+224+190=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0BE is #511F41. Grayscale: #CDCDCD. Windows color (decimal): -5316418 or 12509358. OLE color: 12509358.

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

Color convert

RGB174224190-
CMYK0.2200.150.12
HSL139.2º44.64%78.04%-
HSV(B)139.2º22.32%87.84%-
XYZ53.4166.0358.65-
YUV205.17119.44105.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.59%
GREEN value IS 224 (87.89% from 255) = 38.10%
BLUE value IS 190 (74.61% from 255) = 32.31%
R=29.59%
G=38.10%
B=32.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742241900.2200.150.12139.244.6478.04
HexAEE0BE160FC8b2d4e
Octal256340276260171421355116
Binary10101110111000001011111010110011111100100010111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE0BE; }

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

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

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

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

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

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

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

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