#AAEEBF

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

Shades of Fringy Flower #AAEEBF

Tints of Fringy Flower #AAEEBF

Color information

#AAEEBF (or 0xAAEEBF) is unknown color: approx Fringy Flower. HEX triplet: AA, EE and BF. RGB value is (170,238,191). Sum of RGB (Red+Green+Blue) = 170+238+191=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEBF is #551140. Grayscale: #D4D4D4. Windows color (decimal): -5574977 or 12578474. OLE color: 12578474.

HSL color Cylindrical-coordinate representation of color #AAEEBF: hue angle of 138.53º 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 #AAEEBF is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB170238191-
CMYK0.2900.200.07
HSL138.53º66.67%80%-
HSV(B)138.53º28.57%93.33%-
XYZ56.5673.4660.49-
YUV212.31115.9797.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.38%
GREEN value IS 238 (93.36% from 255) = 39.73%
BLUE value IS 191 (75% from 255) = 31.89%
R=28.38%
G=39.73%
B=31.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702381910.2900.200.07138.5366.6780
HexAAEEBF1D01478b4350
Octal252356277350247213103120
Binary101010101110111010111111111010101001111000101110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEEBF; }

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

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

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

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

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

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

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

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