#AEEBBE

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

Shades of Fringy Flower #AEEBBE

Tints of Fringy Flower #AEEBBE

Color information

#AEEBBE (or 0xAEEBBE) is unknown color: approx Fringy Flower. HEX triplet: AE, EB and BE. RGB value is (174,235,190). Sum of RGB (Red+Green+Blue) = 174+235+190=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBBE is #511441. Grayscale: #D3D3D3. Windows color (decimal): -5313602 or 12512174. OLE color: 12512174.

HSL color Cylindrical-coordinate representation of color #AEEBBE: hue angle of 135.74º 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 #AEEBBE is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB174235190-
CMYK0.2600.190.08
HSL135.74º60.4%80.2%-
HSV(B)135.74º25.96%92.16%-
XYZ56.4672.1359.66-
YUV211.63115.79101.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.05%
GREEN value IS 235 (92.19% from 255) = 39.23%
BLUE value IS 190 (74.61% from 255) = 31.72%
R=29.05%
G=39.23%
B=31.72%

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
Decimal1742351900.2600.190.08135.7460.480.2
HexAEEBBE1A0138883c50
Octal256353276320231021074120
Binary101011101110101110111110110100100111000100010001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEBBE; }

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

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

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

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

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

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

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

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