#AAEABB

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

Shades of Fringy Flower #AAEABB

Tints of Fringy Flower #AAEABB

Color information

#AAEABB (or 0xAAEABB) is unknown color: approx Fringy Flower. HEX triplet: AA, EA and BB. RGB value is (170,234,187). Sum of RGB (Red+Green+Blue) = 170+234+187=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEABB is #551544. Grayscale: #D1D1D1. Windows color (decimal): -5576005 or 12315306. OLE color: 12315306.

HSL color Cylindrical-coordinate representation of color #AAEABB: hue angle of 135.94º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEABB is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB170234187-
CMYK0.2700.200.08
HSL135.94º60.38%79.22%-
HSV(B)135.94º27.35%91.76%-
XYZ54.9770.9857.82-
YUV209.51115.399.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.76%
GREEN value IS 234 (91.80% from 255) = 39.59%
BLUE value IS 187 (73.44% from 255) = 31.64%
R=28.76%
G=39.59%
B=31.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702341870.2700.200.08135.9460.3879.22
HexAAEABB1B0148883c4f
Octal252352273330241021074117
Binary101010101110101010111011110110101001000100010001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEABB; }

 p { color: rgb(170,234,187); }

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

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

 a { background-color: rgb(170,234,187); }

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

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

 span { border-color: rgb(170,234,187); }

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