#AAECBB

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

Shades of Fringy Flower #AAECBB

Tints of Fringy Flower #AAECBB

Color information

#AAECBB (or 0xAAECBB) is unknown color: approx Fringy Flower. HEX triplet: AA, EC and BB. RGB value is (170,236,187). Sum of RGB (Red+Green+Blue) = 170+236+187=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECBB is #551344. Grayscale: #D2D2D2. Windows color (decimal): -5575493 or 12315818. OLE color: 12315818.

HSL color Cylindrical-coordinate representation of color #AAECBB: hue angle of 135.45º degrees, saturation: 0.63, 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 #AAECBB is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB170236187-
CMYK0.2800.210.07
HSL135.45º63.46%79.61%-
HSV(B)135.45º27.97%92.55%-
XYZ55.5472.1258.01-
YUV210.68114.6398.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.67%
GREEN value IS 236 (92.58% from 255) = 39.80%
BLUE value IS 187 (73.44% from 255) = 31.53%
R=28.67%
G=39.80%
B=31.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702361870.2800.210.07135.4563.4679.61
HexAAECBB1C0157873f50
Octal25235427334025720777120
Binary10101010111011001011101111100010101111100001111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECBB; }

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

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

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

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

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

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

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

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