#AAF6BA

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

Shades of Fringy Flower #AAF6BA

Tints of Fringy Flower #AAF6BA

Color information

#AAF6BA (or 0xAAF6BA) is unknown color: approx Fringy Flower. HEX triplet: AA, F6 and BA. RGB value is (170,246,186). Sum of RGB (Red+Green+Blue) = 170+246+186=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 246 (96.48% from 255 or 40.86% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF6BA is #550945. Grayscale: #D8D8D8. Windows color (decimal): -5572934 or 12252842. OLE color: 12252842.

HSL color Cylindrical-coordinate representation of color #AAF6BA: hue angle of 132.63º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF6BA is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB170246186-
CMYK0.3100.240.04
HSL132.63º80.85%81.57%-
HSV(B)132.63º30.89%96.47%-
XYZ58.47858.43-
YUV216.44110.8294.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.24%
GREEN value IS 246 (96.48% from 255) = 40.86%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=28.24%
G=40.86%
B=30.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702461860.3100.240.04132.6380.8581.57
HexAAF6BA1F0184855152
Octal252366272370304205121122
Binary101010101111011010111010111110110001001000010110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF6BA; }

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

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

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

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

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

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

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

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