#AAEFB6

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

Shades of Fringy Flower #AAEFB6

Tints of Fringy Flower #AAEFB6

Color information

#AAEFB6 (or 0xAAEFB6) is unknown color: approx Fringy Flower. HEX triplet: AA, EF and B6. RGB value is (170,239,182). Sum of RGB (Red+Green+Blue) = 170+239+182=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFB6 is #551049. Grayscale: #D4D4D4. Windows color (decimal): -5574730 or 11988906. OLE color: 11988906.

HSL color Cylindrical-coordinate representation of color #AAEFB6: hue angle of 130.43º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEFB6 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB170239182-
CMYK0.2900.240.06
HSL130.43º68.32%80.2%-
HSV(B)130.43º28.87%93.73%-
XYZ55.8973.6655.53-
YUV211.87111.1498.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.76%
GREEN value IS 239 (93.75% from 255) = 40.44%
BLUE value IS 182 (71.48% from 255) = 30.80%
R=28.76%
G=40.44%
B=30.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702391820.2900.240.06130.4368.3280.2
HexAAEFB61D0186824450
Octal252357266350306202104120
Binary101010101110111110110110111010110001101000001010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEFB6; }

 p { color: rgb(170,239,182); }

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

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

 a { background-color: rgb(170,239,182); }

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

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

 span { border-color: rgb(170,239,182); }

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