#AAEFB7

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

Shades of Fringy Flower #AAEFB7

Tints of Fringy Flower #AAEFB7

Color information

#AAEFB7 (or 0xAAEFB7) is unknown color: approx Fringy Flower. HEX triplet: AA, EF and B7. RGB value is (170,239,183). Sum of RGB (Red+Green+Blue) = 170+239+183=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 183 (71.88% from 255 or 30.91% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFB7 is #551048. Grayscale: #D4D4D4. Windows color (decimal): -5574729 or 12054442. OLE color: 12054442.

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

Color convert

RGB170239183-
CMYK0.2900.230.06
HSL131.3º68.32%80.2%-
HSV(B)131.3º28.87%93.73%-
XYZ55.9973.756.07-
YUV211.98111.6498.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.72%
GREEN value IS 239 (93.75% from 255) = 40.37%
BLUE value IS 183 (71.88% from 255) = 30.91%
R=28.72%
G=40.37%
B=30.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702391830.2900.230.06131.368.3280.2
HexAAEFB71D0176834450
Octal252357267350276203104120
Binary101010101110111110110111111010101111101000001110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEFB7; }

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

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

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

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

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

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

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

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