#AAFCB7

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

Shades of Fringy Flower #AAFCB7

Tints of Fringy Flower #AAFCB7

Color information

#AAFCB7 (or 0xAAFCB7) is unknown color: approx Fringy Flower. HEX triplet: AA, FC and B7. RGB value is (170,252,183). Sum of RGB (Red+Green+Blue) = 170+252+183=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 183 (71.88% from 255 or 30.25% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCB7 is #550348. Grayscale: #DBDBDB. Windows color (decimal): -5571401 or 12057770. OLE color: 12057770.

HSL color Cylindrical-coordinate representation of color #AAFCB7: hue angle of 129.51º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFCB7 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB170252183-
CMYK0.3300.270.01
HSL129.51º93.18%82.75%-
HSV(B)129.51º32.54%98.82%-
XYZ59.9481.5957.39-
YUV219.62107.3392.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.10%
GREEN value IS 252 (98.83% from 255) = 41.65%
BLUE value IS 183 (71.88% from 255) = 30.25%
R=28.10%
G=41.65%
B=30.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702521830.3300.270.01129.5193.1882.75
HexAAFCB72101B1825d53
Octal252374267410331202135123
Binary10101010111111001011011110000101101111000001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFCB7; }

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

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

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

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

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

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

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

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