#AAFBB7

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

Shades of Fringy Flower #AAFBB7

Tints of Fringy Flower #AAFBB7

Color information

#AAFBB7 (or 0xAAFBB7) is unknown color: approx Fringy Flower. HEX triplet: AA, FB and B7. RGB value is (170,251,183). Sum of RGB (Red+Green+Blue) = 170+251+183=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBB7 is #550448. Grayscale: #DBDBDB. Windows color (decimal): -5571657 or 12057514. OLE color: 12057514.

HSL color Cylindrical-coordinate representation of color #AAFBB7: hue angle of 129.63º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFBB7 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB170251183-
CMYK0.3200.270.02
HSL129.63º91.01%82.55%-
HSV(B)129.63º32.27%98.43%-
XYZ59.6280.9657.28-
YUV219.03107.6693.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 251 (98.44% from 255) = 41.56%
BLUE value IS 183 (71.88% from 255) = 30.30%
R=28.15%
G=41.56%
B=30.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702511830.3200.270.02129.6391.0182.55
HexAAFBB72001B2825b53
Octal252373267400332202133123
Binary101010101111101110110111100000011011101000001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBB7; }

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

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

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

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

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

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

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

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