#AAEEBD

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

Shades of Fringy Flower #AAEEBD

Tints of Fringy Flower #AAEEBD

Color information

#AAEEBD (or 0xAAEEBD) is unknown color: approx Fringy Flower. HEX triplet: AA, EE and BD. RGB value is (170,238,189). Sum of RGB (Red+Green+Blue) = 170+238+189=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEBD is #551142. Grayscale: #D4D4D4. Windows color (decimal): -5574979 or 12447402. OLE color: 12447402.

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

Color convert

RGB170238189-
CMYK0.2900.210.07
HSL136.76º66.67%80%-
HSV(B)136.76º28.57%93.33%-
XYZ56.3473.3759.34-
YUV212.08114.9797.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.48%
GREEN value IS 238 (93.36% from 255) = 39.87%
BLUE value IS 189 (74.22% from 255) = 31.66%
R=28.48%
G=39.87%
B=31.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702381890.2900.210.07136.7666.6780
HexAAEEBD1D0157894350
Octal252356275350257211103120
Binary101010101110111010111101111010101011111000100110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEEBD; }

 p { color: rgb(170,238,189); }

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

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

 a { background-color: rgb(170,238,189); }

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

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

 span { border-color: rgb(170,238,189); }

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