#AAEEBA

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

Shades of Fringy Flower #AAEEBA

Tints of Fringy Flower #AAEEBA

Color information

#AAEEBA (or 0xAAEEBA) is unknown color: approx Fringy Flower. HEX triplet: AA, EE and BA. RGB value is (170,238,186). Sum of RGB (Red+Green+Blue) = 170+238+186=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEBA is #551145. Grayscale: #D3D3D3. Windows color (decimal): -5574982 or 12250794. OLE color: 12250794.

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

Color convert

RGB170238186-
CMYK0.2900.220.07
HSL134.12º66.67%80%-
HSV(B)134.12º28.57%93.33%-
XYZ56.0273.2457.64-
YUV211.74113.4798.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.62%
GREEN value IS 238 (93.36% from 255) = 40.07%
BLUE value IS 186 (73.05% from 255) = 31.31%
R=28.62%
G=40.07%
B=31.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702381860.2900.220.07134.1266.6780
HexAAEEBA1D0167864350
Octal252356272350267206103120
Binary101010101110111010111010111010101101111000011010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEEBA; }

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

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

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

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

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

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

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

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