#AAF8BA

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

Shades of Fringy Flower #AAF8BA

Tints of Fringy Flower #AAF8BA

Color information

#AAF8BA (or 0xAAF8BA) is unknown color: approx Fringy Flower. HEX triplet: AA, F8 and BA. RGB value is (170,248,186). Sum of RGB (Red+Green+Blue) = 170+248+186=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF8BA is #550745. Grayscale: #D9D9D9. Windows color (decimal): -5572422 or 12253354. OLE color: 12253354.

HSL color Cylindrical-coordinate representation of color #AAF8BA: hue angle of 132.31º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF8BA is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB170248186-
CMYK0.3100.250.03
HSL132.31º84.78%81.96%-
HSV(B)132.31º31.45%97.25%-
XYZ59.0179.2358.64-
YUV217.61110.1694.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 248 (97.27% from 255) = 41.06%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=28.15%
G=41.06%
B=30.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702481860.3100.250.03132.3184.7881.96
HexAAF8BA1F0193845552
Octal252370272370313204125122
Binary10101010111110001011101011111011001111000010010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF8BA; }

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

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

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

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

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

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

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

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