#AAEFB8

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

Shades of Fringy Flower #AAEFB8

Tints of Fringy Flower #AAEFB8

Color information

#AAEFB8 (or 0xAAEFB8) is unknown color: approx Fringy Flower. HEX triplet: AA, EF and B8. RGB value is (170,239,184). Sum of RGB (Red+Green+Blue) = 170+239+184=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFB8 is #551047. Grayscale: #D4D4D4. Windows color (decimal): -5574728 or 12119978. OLE color: 12119978.

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

Color convert

RGB170239184-
CMYK0.2900.230.06
HSL132.17º68.32%80.2%-
HSV(B)132.17º28.87%93.73%-
XYZ56.173.7456.62-
YUV212.1112.1497.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.67%
GREEN value IS 239 (93.75% from 255) = 40.30%
BLUE value IS 184 (72.27% from 255) = 31.03%
R=28.67%
G=40.30%
B=31.03%

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
Decimal1702391840.2900.230.06132.1768.3280.2
HexAAEFB81D0176844450
Octal252357270350276204104120
Binary101010101110111110111000111010101111101000010010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEFB8; }

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

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

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

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

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

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

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

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