#AAEDBE

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

Shades of Fringy Flower #AAEDBE

Tints of Fringy Flower #AAEDBE

Color information

#AAEDBE (or 0xAAEDBE) is unknown color: approx Fringy Flower. HEX triplet: AA, ED and BE. RGB value is (170,237,190). Sum of RGB (Red+Green+Blue) = 170+237+190=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDBE is #551241. Grayscale: #D3D3D3. Windows color (decimal): -5575234 or 12512682. OLE color: 12512682.

HSL color Cylindrical-coordinate representation of color #AAEDBE: hue angle of 137.91º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEDBE is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB170237190-
CMYK0.2800.200.07
HSL137.91º65.05%79.8%-
HSV(B)137.91º28.27%92.94%-
XYZ56.1672.8359.81-
YUV211.61115.898.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.48%
GREEN value IS 237 (92.97% from 255) = 39.70%
BLUE value IS 190 (74.61% from 255) = 31.83%
R=28.48%
G=39.70%
B=31.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702371900.2800.200.07137.9165.0579.8
HexAAEDBE1C01478a4150
Octal252355276340247212101120
Binary101010101110110110111110111000101001111000101010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEDBE; }

 p { color: rgb(170,237,190); }

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

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

 a { background-color: rgb(170,237,190); }

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

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

 span { border-color: rgb(170,237,190); }

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